about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBen Striegel <ben.striegel@gmail.com>2013-03-07 21:11:09 -0500
committerBen Striegel <ben.striegel@gmail.com>2013-03-07 21:11:09 -0500
commit0fed29cfb7bab00f1bcbc72587497d1ad350d358 (patch)
treed3262270bf9cb9842c4431ab52b52aa9b6d6313a /src/libstd/std.rc
parentc391600760c364155dae1468b0b198cea11e5072 (diff)
downloadrust-0fed29cfb7bab00f1bcbc72587497d1ad350d358.tar.gz
rust-0fed29cfb7bab00f1bcbc72587497d1ad350d358.zip
De-implicit-self libstd
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index f29872bf387..a3b18e50df2 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -28,7 +28,7 @@ not required in or otherwise suitable for the core library.
 
 #[allow(vecs_implicitly_copyable)];
 #[deny(non_camel_case_types)];
-#[allow(deprecated_self)];
+#[deny(deprecated_self)];
 #[allow(deprecated_mutable_fields)];
 
 #[no_core];