diff options
| author | est31 <MTest31@outlook.com> | 2020-09-17 07:46:35 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-09-17 07:58:45 +0200 |
| commit | ebdea011436dfea810ff1bbd827636ac75f6f092 (patch) | |
| tree | b6608deccfc359698b42ecd816dde817d3d12f8b /compiler/rustc_ast | |
| parent | 4fe6ca37898bcd65488764f2679e27c936879ade (diff) | |
| download | rust-ebdea011436dfea810ff1bbd827636ac75f6f092.tar.gz rust-ebdea011436dfea810ff1bbd827636ac75f6f092.zip | |
Remove redundant #![feature(...)] 's from compiler/
Diffstat (limited to 'compiler/rustc_ast')
| -rw-r--r-- | compiler/rustc_ast/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_ast/src/lib.rs b/compiler/rustc_ast/src/lib.rs index b556c1a446b..76b84d9da83 100644 --- a/compiler/rustc_ast/src/lib.rs +++ b/compiler/rustc_ast/src/lib.rs @@ -5,17 +5,13 @@ //! This API is completely unstable and subject to change. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))] -#![feature(bool_to_option)] #![feature(box_syntax)] #![feature(const_fn)] // For the `transmute` in `P::new` #![feature(const_panic)] -#![feature(const_fn_transmute)] #![feature(crate_visibility_modifier)] #![feature(label_break_value)] #![feature(nll)] #![feature(or_patterns)] -#![feature(try_trait)] -#![feature(unicode_internals)] #![recursion_limit = "256"] #[macro_use] |
