From 13b474dcbb2dd7bc58286f8b7a40bb83117e1b03 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 20 Jul 2013 19:59:58 -0400 Subject: rm obsolete no-op lints --- src/test/run-pass-fulldeps/quote-tokens.rs | 2 -- src/test/run-pass/auto-encode.rs | 2 -- src/test/run-pass/fixed_length_copy.rs | 4 ---- src/test/run-pass/issue-2550.rs | 1 - 4 files changed, 9 deletions(-) (limited to 'src/test') diff --git a/src/test/run-pass-fulldeps/quote-tokens.rs b/src/test/run-pass-fulldeps/quote-tokens.rs index 0cd416afc83..0a929e2d128 100644 --- a/src/test/run-pass-fulldeps/quote-tokens.rs +++ b/src/test/run-pass-fulldeps/quote-tokens.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#[allow(non_implicitly_copyable_typarams)]; - extern mod syntax; use syntax::ext::base::ExtCtxt; diff --git a/src/test/run-pass/auto-encode.rs b/src/test/run-pass/auto-encode.rs index 6e5b837e0aa..c1629851c5f 100644 --- a/src/test/run-pass/auto-encode.rs +++ b/src/test/run-pass/auto-encode.rs @@ -12,8 +12,6 @@ // xfail-test #6122 -#[forbid(deprecated_pattern)]; - extern mod extra; // These tests used to be separate files, but I wanted to refactor all diff --git a/src/test/run-pass/fixed_length_copy.rs b/src/test/run-pass/fixed_length_copy.rs index ead8e5ea104..bbd7b9130e7 100644 --- a/src/test/run-pass/fixed_length_copy.rs +++ b/src/test/run-pass/fixed_length_copy.rs @@ -8,10 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. - -// error on implicit copies to check fixed length vectors -// are implicitly copyable -#[deny(implicit_copies)] pub fn main() { let arr = [1,2,3]; let arr2 = arr; diff --git a/src/test/run-pass/issue-2550.rs b/src/test/run-pass/issue-2550.rs index af0b937f602..99c68826502 100644 --- a/src/test/run-pass/issue-2550.rs +++ b/src/test/run-pass/issue-2550.rs @@ -21,7 +21,6 @@ fn C(x: uint) -> C { fn f(_x: T) { } -#[deny(non_implicitly_copyable_typarams)] pub fn main() { f(C(1u)); } -- cgit 1.4.1-3-g733a5