diff options
| author | bors <bors@rust-lang.org> | 2013-03-30 15:42:43 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-30 15:42:43 -0700 |
| commit | 6dd20c8186e1eb2819f50d09ddba6941b7ff85b8 (patch) | |
| tree | 69979296882e63fc8386e60ae379b9361db579ca /src/libstd/std.rc | |
| parent | fbd8eae26de23cf00081229176fd7efd80943905 (diff) | |
| parent | 810c4d8a1e0bdae3c2aba86a8b93e20faecba283 (diff) | |
| download | rust-6dd20c8186e1eb2819f50d09ddba6941b7ff85b8.tar.gz rust-6dd20c8186e1eb2819f50d09ddba6941b7ff85b8.zip | |
auto merge of #5630 : erickt/rust/serial, r=erickt
@nikomatsakis and I were talking about how the serializers were a bit too complicated. None of the users of With the `emit_option` and `read_option` functions, the serializers are now moving more high level. This patch series continues that trend. I've removed support for emitting specific string and vec types, and added support for emitting mapping types.
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; |
