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/compiletest | |
| parent | e7a69fbe4e33602dd6f78d140aafa5125b8eec71 (diff) | |
Clean out transitional lint.
Diffstat (limited to 'src/compiletest')
| -rw-r--r-- | src/compiletest/compiletest.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiletest/compiletest.rc b/src/compiletest/compiletest.rc index 0b54db3b8a1..7dc3e20ab0f 100644 --- a/src/compiletest/compiletest.rc +++ b/src/compiletest/compiletest.rc @@ -2,11 +2,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"); |
