Remove implied rust_2018 feature

We are already on the edition and this feature is implied.
This commit is contained in:
Manish Goregaokar
2018-08-19 19:07:31 -07:00
parent 76321d3300
commit a7bea134d3
3 changed files with 1 additions and 3 deletions

View File

@@ -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;