Remove implied rust_2018 feature
We are already on the edition and this feature is implied.
This commit is contained in:
parent
76321d3300
commit
a7bea134d3
3 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(use_extern_macros, proc_macro_quote, proc_macro_non_items)]
|
||||
#![feature(proc_macro_quote, proc_macro_non_items)]
|
||||
extern crate proc_macro;
|
||||
|
||||
use proc_macro::{TokenStream, quote};
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue