diff options
| author | bors <bors@rust-lang.org> | 2013-03-25 21:18:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-25 21:18:57 -0700 |
| commit | 47ddb59b802faa25b733416caf3d1b5588ab60a3 (patch) | |
| tree | d702d05254e66cd610af253811fc31061182991b /src/libstd | |
| parent | 02d5f090dcefb43625dc67d0d9147dbc9776c9b1 (diff) | |
| parent | 29e8b6ea9b63c5cc1cd91cc5eb756820f7fe50b7 (diff) | |
| download | rust-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.rc | 1 |
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]; |
