about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-03-25 01:17:23 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2013-03-25 01:17:23 +1100
commit12df65470fb8c5d57fb4f94d37557daa6282173f (patch)
tree31e403bd6b50ecd0c5b48cc1ea0be8ae2b4d22ba /src/libstd
parenta56ec8c1342453a88be79e192a11501844375d40 (diff)
downloadrust-12df65470fb8c5d57fb4f94d37557daa6282173f.tar.gz
rust-12df65470fb8c5d57fb4f94d37557daa6282173f.zip
Kill some warnings: unused imports and old #[deny(..)]s.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 85e914a60a1..fe7e0f2d8f2 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -28,7 +28,6 @@ not required in or otherwise suitable for the core library.
 
 #[allow(vecs_implicitly_copyable)];
 #[deny(non_camel_case_types)];
-#[deny(deprecated_self)];
 #[allow(deprecated_mutable_fields)];
 
 #[no_core];