about summary refs log tree commit diff
path: root/src/test/run-pass/auto-encode.rs
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-07-20 19:59:58 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-07-20 20:17:08 -0400
commit13b474dcbb2dd7bc58286f8b7a40bb83117e1b03 (patch)
treea3e968cb7291edbf6c1e2ee3345fbf6cd4b780d9 /src/test/run-pass/auto-encode.rs
parentbb8ca1f52cfa59e0040c2c749a1c46048fc6d48d (diff)
downloadrust-13b474dcbb2dd7bc58286f8b7a40bb83117e1b03.tar.gz
rust-13b474dcbb2dd7bc58286f8b7a40bb83117e1b03.zip
rm obsolete no-op lints
Diffstat (limited to 'src/test/run-pass/auto-encode.rs')
-rw-r--r--src/test/run-pass/auto-encode.rs2
1 files changed, 0 insertions, 2 deletions
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