Remove implied rust_2018 feature
We are already on the edition and this feature is implied.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#![feature(iterator_find_map)]
|
||||
#![feature(macro_at_most_once_rep)]
|
||||
#![feature(tool_attributes)]
|
||||
#![feature(rust_2018_preview)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
use toml;
|
||||
|
||||
Reference in New Issue
Block a user