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 /library/alloc | |
| parent | e0c38af27cb5f6f961809601b717d6afc3b190ee (diff) | |
| download | rust-71e2eacc7bedeba7ca851164d0485c7e635a6697.tar.gz rust-71e2eacc7bedeba7ca851164d0485c7e635a6697.zip | |
Stabilize `Iterator::map_while`
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index 5767108d423..cae4dae708e 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -18,7 +18,6 @@ #![feature(binary_heap_retain)] #![feature(binary_heap_as_slice)] #![feature(inplace_iteration)] -#![feature(iter_map_while)] #![feature(slice_group_by)] #![feature(slice_partition_dedup)] #![feature(vec_spare_capacity)] |
