about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorMatthew McPherrin <matthew@mcpherrin.ca>2013-02-08 15:21:46 -0500
committerMatthew McPherrin <matthew@mcpherrin.ca>2013-02-08 15:21:46 -0500
commit46df7985a5f3e1e1a50d0f5f81f32bb1e4be8967 (patch)
tree4780d31268ce0e252a6ca47765bd6e8430e370da /src/libstd/std.rc
parent64fedfbc4ef37b56f7bb12e2864f4011e4031ac5 (diff)
parent3764cfbf57646becdeefa2996f812cbe40b016e7 (diff)
Merge branch 'master' of https://github.com/mozilla/rust
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 65122bea750..8c142908d10 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -28,16 +28,8 @@ not required in or otherwise suitable for the core library.
 
 #[allow(vecs_implicitly_copyable)];
 #[deny(non_camel_case_types)];
-// XXX this is set to allow because there are two methods in encoding
-// that can't be silenced otherwise. Most every module is set to forbid
-#[allow(deprecated_mode)];
-#[forbid(deprecated_pattern)];
 #[allow(deprecated_self)];
 
-
-// Transitional
-#[legacy_records];
-
 #[no_core];
 
 extern mod core(vers = "0.6");