Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus
Stablize Iterator::find_map Stabilization PR for https://github.com/rust-lang/rust/issues/49602
This commit is contained in:
commit
af2be23fd1
6 changed files with 1 additions and 9 deletions
|
@ -16,7 +16,6 @@
|
|||
#![feature(rustc_private)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(iterator_find_map)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![feature(set_stdio)]
|
||||
#![feature(slice_sort_by_cached_key)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue