Skip to content

Commit

Permalink
Remove duplicate #[feature(plugin)]
Browse files Browse the repository at this point in the history
Fixes compilation on newest nightly Rust due to rust-lang/rust#52644.
  • Loading branch information
Bobo1239 committed Aug 14, 2018
1 parent 82bc228 commit fb4ac13
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
Expand Up @@ -18,7 +18,6 @@
#![feature(slice_patterns)]
#![feature(test)]
#![feature(non_ascii_idents)]
#![feature(plugin)]
#![cfg_attr(test, plugin(stainless))]

extern crate itertools;
Expand Down

0 comments on commit fb4ac13

Please sign in to comment.