diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-08-01 13:35:33 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-08-01 13:35:40 -0700 |
| commit | 7f60c56c3e1abfc9cae313ba8d0ed26ff455a9c1 (patch) | |
| tree | da38f0b6b05d218bcb25e4f303ddc3d3538285db /src/libstd | |
| parent | e7a69fbe4e33602dd6f78d140aafa5125b8eec71 (diff) | |
Clean out transitional lint.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rc | 5 | ||||
| -rw-r--r-- | src/libstd/test.rs | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 14f946c73d5..7270b0e9008 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -10,11 +10,6 @@ #[no_core]; -// NB: transitional for stage0: -#[allow(unrecognized_lint)]; -#[warn(no_unrecognized_warning)]; -#[warn(no_vecs_not_implicitly_copyable)]; -// The new version: #[allow(vecs_implicitly_copyable)]; use core(vers = "0.3"); diff --git a/src/libstd/test.rs b/src/libstd/test.rs index 6a7b27a3b6b..4c9cd41d48a 100644 --- a/src/libstd/test.rs +++ b/src/libstd/test.rs @@ -328,8 +328,6 @@ fn get_concurrency() -> uint { else { threads * sched_overcommit } } -// NB: transitional duplication here. -#[warn(no_non_implicitly_copyable_typarams)] #[allow(non_implicitly_copyable_typarams)] fn filter_tests(opts: test_opts, tests: ~[test_desc]) -> ~[test_desc] { |
