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_data_structures | |
| parent | 4fe6ca37898bcd65488764f2679e27c936879ade (diff) | |
| download | rust-ebdea011436dfea810ff1bbd827636ac75f6f092.tar.gz rust-ebdea011436dfea810ff1bbd827636ac75f6f092.zip | |
Remove redundant #![feature(...)] 's from compiler/
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index b339261189b..e5dd7107ff3 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -11,7 +11,6 @@ #![feature(control_flow_enum)] #![feature(in_band_lifetimes)] #![feature(unboxed_closures)] -#![feature(generators)] #![feature(generator_trait)] #![feature(fn_traits)] #![feature(min_specialization)] |
