diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-03-25 01:17:23 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-03-25 01:17:23 +1100 |
| commit | 12df65470fb8c5d57fb4f94d37557daa6282173f (patch) | |
| tree | 31e403bd6b50ecd0c5b48cc1ea0be8ae2b4d22ba /src/libstd | |
| parent | a56ec8c1342453a88be79e192a11501844375d40 (diff) | |
| download | rust-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.rc | 1 |
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]; |
