diff options
| author | Lenny222 <github@kudling.de> | 2012-01-17 19:14:05 +0100 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-17 10:51:43 -0800 |
| commit | 106dcf7b925a1ac654d5df36ea6227fead493124 (patch) | |
| tree | c8a399496f657031a43e8138cc2c7d2366d77833 /src/libstd/std.rc | |
| parent | a83ad1b9e657307f395361be0c687a4690bbcd6f (diff) | |
| download | rust-106dcf7b925a1ac654d5df36ea6227fead493124.tar.gz rust-106dcf7b925a1ac654d5df36ea6227fead493124.zip | |
spin-off rustdocs tuple code to libstd
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index d96b6b7b666..34297b1aaef 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; +export extfmt, test, tempfile, tuple; // FIXME: generic_os and os_fs shouldn't be exported export generic_os, os, os_fs; @@ -61,6 +61,7 @@ mod md4; mod tempfile; mod term; mod time; +mod tuple; #[cfg(unicode)] mod unicode; |
