diff options
| author | the8472 <the8472@users.noreply.github.com> | 2021-09-21 22:54:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 22:54:01 +0200 |
| commit | d7de8d2b53663f67b39f7d428b69f10df1711e05 (patch) | |
| tree | 7d7e55a3e3ad83ec3bed03f914df1b0553509355 /library/alloc | |
| parent | 9f50c87267d967084ef5124db07d175306efbb71 (diff) | |
| parent | 71e2eacc7bedeba7ca851164d0485c7e635a6697 (diff) | |
| download | rust-d7de8d2b53663f67b39f7d428b69f10df1711e05.tar.gz rust-d7de8d2b53663f67b39f7d428b69f10df1711e05.zip | |
Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm
Stabilize `Iterator::map_while` Per the FCP: https://github.com/rust-lang/rust/issues/68537#issuecomment-922385035 This PR stabilizes `Iterator::map_while` and `iter::MapWhile` in Rust 1.57.
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)] |
