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/librustpkg | |
| parent | a56ec8c1342453a88be79e192a11501844375d40 (diff) | |
Kill some warnings: unused imports and old #[deny(..)]s.
Diffstat (limited to 'src/librustpkg')
| -rw-r--r-- | src/librustpkg/rustpkg.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustpkg/rustpkg.rc b/src/librustpkg/rustpkg.rc index 90d6fcbb8a5..2032969fbca 100644 --- a/src/librustpkg/rustpkg.rc +++ b/src/librustpkg/rustpkg.rc @@ -20,7 +20,6 @@ #[no_core]; #[allow(vecs_implicitly_copyable, non_implicitly_copyable_typarams)]; -#[deny(deprecated_self)]; extern mod core(vers = "0.6"); extern mod std(vers = "0.6"); |
