Skip to content

Commit 45aba50

Browse files
committed
the feature rust_2018_preview is already implied by usage of 2018 edition.
See rust-lang/rust#53413
1 parent 07c2e61 commit 45aba50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#![feature(iterator_find_map)]
1313
#![feature(macro_at_most_once_rep)]
1414
#![feature(tool_attributes)]
15-
#![feature(rust_2018_preview)]
1615
#![warn(rust_2018_idioms)]
1716

1817
use toml;

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// error-pattern:cargo-clippy
22
#![feature(plugin_registrar)]
3-
#![feature(rust_2018_preview)]
43
#![feature(rustc_private)]
54
#![feature(macro_vis_matcher)]
65
#![allow(unknown_lints)]

0 commit comments

Comments
 (0)