diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2021-09-17 19:42:46 +0300 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2021-09-17 19:42:46 +0300 |
| commit | 71e2eacc7bedeba7ca851164d0485c7e635a6697 (patch) | |
| tree | 33e9786cd4d27fe38b42962bf5540db65a8a678a /compiler/rustc_data_structures/src | |
| parent | e0c38af27cb5f6f961809601b717d6afc3b190ee (diff) | |
| download | rust-71e2eacc7bedeba7ca851164d0485c7e635a6697.tar.gz rust-71e2eacc7bedeba7ca851164d0485c7e635a6697.zip | |
Stabilize `Iterator::map_while`
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -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 dd6a17b92ae..b1f04bfbf0a 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -18,7 +18,6 @@ #![feature(extend_one)] #![feature(hash_raw_entry)] #![feature(in_band_lifetimes)] -#![feature(iter_map_while)] #![feature(maybe_uninit_uninit_array)] #![feature(min_specialization)] #![feature(never_type)] |
