Skip to content

Commit

Permalink
Remove implied rust_2018 feature
Browse files Browse the repository at this point in the history
We are already on the edition and this feature is implied.
  • Loading branch information
Manishearth committed Aug 20, 2018
1 parent 76321d3 commit 4720f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// error-pattern:cargo-clippy
#![feature(plugin_registrar)]
#![feature(rust_2018_preview)]
#![feature(rustc_private)]
#![feature(macro_vis_matcher)]
#![allow(unknown_lints)]
Expand Down

0 comments on commit 4720f63

Please sign in to comment.