diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-04-18 17:05:52 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-04-18 17:21:39 +0200 |
| commit | a65af017ca154dcb31dbbd405a75733d0348a25a (patch) | |
| tree | bec3b189ad9f5b3b13e943c095c1d43141f6a018 /src/libstd/std.rc | |
| parent | fda7bb672134257c0466cd6b7bbf738963d2a130 (diff) | |
| download | rust-a65af017ca154dcb31dbbd405a75733d0348a25a.tar.gz rust-a65af017ca154dcb31dbbd405a75733d0348a25a.zip | |
Remove tri.rs and four.rs
Closes #1892
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index b2486b41cdc..ab7128f4768 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -14,7 +14,7 @@ use core(vers = "0.2"); import core::*; export net, uv; -export c_vec, four, tri, util; +export c_vec, util; export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind; export rope, arena; export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint; @@ -33,8 +33,6 @@ mod uv_hl; // Utility modules mod c_vec; -mod four; -mod tri; mod util; |
