Remove redundant #![feature(...)] 's from compiler/
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
)]
|
||||
#![feature(nll)]
|
||||
#![feature(or_patterns)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(unicode_internals)]
|
||||
#![feature(bool_to_option)]
|
||||
|
||||
pub use Alignment::*;
|
||||
|
||||
Reference in New Issue
Block a user