diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2012-09-25 10:50:54 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-09-26 16:20:24 -0700 |
| commit | c0b9986c8f11c85c74ee0ba64dccf4495027a645 (patch) | |
| tree | a3bf26f36edf9c3ec25360fa076216e8a89fadc9 /src/libstd/std.rc | |
| parent | cd93441705b84ab36a314d7f0b721c2fb6b01ecd (diff) | |
| download | rust-c0b9986c8f11c85c74ee0ba64dccf4495027a645.tar.gz rust-c0b9986c8f11c85c74ee0ba64dccf4495027a645.zip | |
libstd: change serialization2 to take &self argument methods
Unfortunately this trips over issue (#3585), where auto-ref isn't playing nicely with @T implementations. Most serializers don't care, but prettyprint2 won't properly display "@" until #3585 is fixed.
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 5979b98478f..548ec1c31b4 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -144,7 +144,6 @@ mod unicode; mod test; #[legacy_exports] mod serialization; -#[legacy_exports] mod serialization2; // Local Variables: |
