about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-10-03 12:21:48 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-10-03 14:05:51 -0700
commitf33539e446d6f41d4a3296ed50a8f968e7950483 (patch)
treed2063ef25015d1c906f4f15cd2d46ab89c6a1db2 /src/libstd/std.rc
parent654b4d6987223752155b58804255a373d3410a96 (diff)
downloadrust-f33539e446d6f41d4a3296ed50a8f968e7950483.tar.gz
rust-f33539e446d6f41d4a3296ed50a8f968e7950483.zip
Remove uses of + mode from libstd
More or less the same as my analogous commit for libcore. Had
to remove the forbid(deprecated_modes) pragma from some files -- will
restore it after the snapshot.
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 202cb4932db..683ea589b91 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -18,9 +18,6 @@ not required in or otherwise suitable for the core library.
 
 #[no_core];
 
-// tjc: Added legacy_modes back in because it still uses + mode.
-// Remove once + mode gets expunged from std.
-#[legacy_modes];
 #[legacy_exports];
 
 #[allow(vecs_implicitly_copyable)];