diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-07-20 19:59:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-07-20 20:17:08 -0400 |
| commit | 13b474dcbb2dd7bc58286f8b7a40bb83117e1b03 (patch) | |
| tree | a3e968cb7291edbf6c1e2ee3345fbf6cd4b780d9 /src/test/run-pass/auto-encode.rs | |
| parent | bb8ca1f52cfa59e0040c2c749a1c46048fc6d48d (diff) | |
| download | rust-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.rs | 2 |
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 |
