diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-03-12 10:19:35 -0700 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-03-13 21:30:07 -0400 |
| commit | d91742294f282a07b1e26d8da02f7ecec4e0b952 (patch) | |
| tree | e9a1adbbe9b13706fbe4682a9ed55d8ac0ec3a5d /src/libstd/std.rc | |
| parent | 06c8acdd3167127170bc7024849d5f89bd9ac70e (diff) | |
| download | rust-d91742294f282a07b1e26d8da02f7ecec4e0b952.tar.gz rust-d91742294f282a07b1e26d8da02f7ecec4e0b952.zip | |
first (functional) version of the auto_serialize syntax ext
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 a06cca77f75..0f11b8533d2 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -12,7 +12,7 @@ export net, uv; 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 ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint; export test, tempfile, serialization; @@ -55,6 +55,7 @@ mod md4; mod tempfile; mod term; mod time; +mod prettyprint; #[cfg(unicode)] mod unicode; |
