diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2013-03-28 19:31:19 -0700 |
|---|---|---|
| committer | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2013-03-29 07:05:54 -0700 |
| commit | 2c658fabedcb4d8ca0d8c6e95184bc4ec0ae45aa (patch) | |
| tree | 406f8b86f840b463068617c675467f5db7933b2a /src/libstd/std.rc | |
| parent | b05e148dc954d7c1fb4666d4529653993a93eb1d (diff) | |
| download | rust-2c658fabedcb4d8ca0d8c6e95184bc4ec0ae45aa.tar.gz rust-2c658fabedcb4d8ca0d8c6e95184bc4ec0ae45aa.zip | |
std: remove prettyprint
Everyone uses fmt!("%?", ...) instead of the prettyprint
module, so I'm removing this file.
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index a0ab714de05..b28e2f0ab6d 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -88,7 +88,6 @@ pub mod md4; pub mod tempfile; pub mod term; pub mod time; -pub mod prettyprint; pub mod arena; pub mod par; pub mod cmp; |
