We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c2e61 commit 45aba50Copy full SHA for 45aba50
clippy_lints/src/lib.rs
@@ -12,7 +12,6 @@
12
#![feature(iterator_find_map)]
13
#![feature(macro_at_most_once_rep)]
14
#![feature(tool_attributes)]
15
-#![feature(rust_2018_preview)]
16
#![warn(rust_2018_idioms)]
17
18
use toml;
src/lib.rs
@@ -1,6 +1,5 @@
1
// error-pattern:cargo-clippy
2
#![feature(plugin_registrar)]
3
4
#![feature(rustc_private)]
5
#![feature(macro_vis_matcher)]
6
#![allow(unknown_lints)]
0 commit comments