diff options
| author | flip1995 <hello@philkrones.com> | 2018-10-02 10:44:49 +0200 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-10-09 16:38:38 -0700 |
| commit | 5e9084ccc3e3e1265bd52481f6586a5cbaaafc5a (patch) | |
| tree | 4ae4c2ef499cc18757bf4b3fb9e697173255a03b /src/test/run-pass | |
| parent | dc2343c1a8d89cda5012bac175cca9901dd09db9 (diff) | |
| download | rust-5e9084ccc3e3e1265bd52481f6586a5cbaaafc5a.tar.gz rust-5e9084ccc3e3e1265bd52481f6586a5cbaaafc5a.zip | |
Remove `feature(tool_lints)` from tests
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/tool_lints.rs | 2 | ||||
| -rw-r--r-- | src/test/run-pass/tool_lints_2018_preview.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/tool_lints.rs b/src/test/run-pass/tool_lints.rs index 24ec43b12f6..2705c03598a 100644 --- a/src/test/run-pass/tool_lints.rs +++ b/src/test/run-pass/tool_lints.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(tool_lints)] + #![deny(unknown_lints)] #[allow(clippy::almost_swapped)] diff --git a/src/test/run-pass/tool_lints_2018_preview.rs b/src/test/run-pass/tool_lints_2018_preview.rs index 6cd57eaa195..57df3e072a8 100644 --- a/src/test/run-pass/tool_lints_2018_preview.rs +++ b/src/test/run-pass/tool_lints_2018_preview.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(tool_lints)] + #![feature(rust_2018_preview)] #![deny(unknown_lints)] |
