Remove redundant #![feature(...)] 's from compiler/

This commit is contained in:
est31 2020-09-17 07:46:35 +02:00
parent 4fe6ca3789
commit ebdea01143
13 changed files with 0 additions and 26 deletions

View file

@ -10,10 +10,8 @@
#![feature(const_panic)]
#![feature(negative_impls)]
#![feature(nll)]
#![feature(optin_builtin_traits)]
#![feature(min_specialization)]
#![feature(option_expect_none)]
#![feature(refcell_take)]
#[macro_use]
extern crate rustc_macros;