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_parse_format/src | |
| parent | 4fe6ca37898bcd65488764f2679e27c936879ade (diff) | |
| download | rust-ebdea011436dfea810ff1bbd827636ac75f6f092.tar.gz rust-ebdea011436dfea810ff1bbd827636ac75f6f092.zip | |
Remove redundant #![feature(...)] 's from compiler/
Diffstat (limited to 'compiler/rustc_parse_format/src')
| -rw-r--r-- | compiler/rustc_parse_format/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_parse_format/src/lib.rs b/compiler/rustc_parse_format/src/lib.rs index e07b8b86aef..dde162681b7 100644 --- a/compiler/rustc_parse_format/src/lib.rs +++ b/compiler/rustc_parse_format/src/lib.rs @@ -11,8 +11,6 @@ )] #![feature(nll)] #![feature(or_patterns)] -#![feature(rustc_private)] -#![feature(unicode_internals)] #![feature(bool_to_option)] pub use Alignment::*; |
