1
Fork 0

Stablize Iterator::find_map

This commit is contained in:
Aleksey Kladov 2018-08-15 14:12:17 +03:00
parent 81cfaad030
commit 057878ac71
6 changed files with 1 additions and 9 deletions

View file

@ -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)]