diff options
| author | Lenny222 <github@kudling.de> | 2012-01-17 19:43:29 +0100 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-17 10:51:43 -0800 |
| commit | b19fdcced22d36bd50974e1da3062439e8a656b2 (patch) | |
| tree | 86eec2a7af794cfcdba23cccf7521b9c7f7e6420 /src/libstd/std.rc | |
| parent | 106dcf7b925a1ac654d5df36ea6227fead493124 (diff) | |
| download | rust-b19fdcced22d36bd50974e1da3062439e8a656b2.tar.gz rust-b19fdcced22d36bd50974e1da3062439e8a656b2.zip | |
libstd => libcore
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 34297b1aaef..d96b6b7b666 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -12,7 +12,7 @@ export c_vec, four, tri, util; export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind; export rope; export ebml, dbg, getopts, json, rand, sha1, term, time; -export extfmt, test, tempfile, tuple; +export extfmt, test, tempfile; // FIXME: generic_os and os_fs shouldn't be exported export generic_os, os, os_fs; @@ -61,7 +61,6 @@ mod md4; mod tempfile; mod term; mod time; -mod tuple; #[cfg(unicode)] mod unicode; |
