about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-25 21:18:57 -0700
committerbors <bors@rust-lang.org>2013-03-25 21:18:57 -0700
commit47ddb59b802faa25b733416caf3d1b5588ab60a3 (patch)
treed702d05254e66cd610af253811fc31061182991b /src/libstd
parent02d5f090dcefb43625dc67d0d9147dbc9776c9b1 (diff)
parent29e8b6ea9b63c5cc1cd91cc5eb756820f7fe50b7 (diff)
downloadrust-47ddb59b802faa25b733416caf3d1b5588ab60a3.tar.gz
rust-47ddb59b802faa25b733416caf3d1b5588ab60a3.zip
auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon
Kills some warnings, and implements str::each_char_reverse so that it actually iterates. The test case wasn't detecting a failure, since the loop body was never executed.
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 6a7576645b8..aa5371671c1 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];