diff options
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; |
