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