about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-09-17 07:46:35 +0200
committerest31 <MTest31@outlook.com>2020-09-17 07:58:45 +0200
commitebdea011436dfea810ff1bbd827636ac75f6f092 (patch)
treeb6608deccfc359698b42ecd816dde817d3d12f8b /compiler/rustc_data_structures
parent4fe6ca37898bcd65488764f2679e27c936879ade (diff)
downloadrust-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.rs1
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)]