1
Fork 0

Stabilize Iterator::step_by

Fixes #27741
This commit is contained in:
Thayne McCombs 2018-06-02 20:42:42 -06:00
parent 4ecf12bf0e
commit 72e17b81fa
6 changed files with 4 additions and 18 deletions

View file

@ -15,7 +15,6 @@
#![feature(const_fn)]
#![feature(drain_filter)]
#![feature(exact_size_is_empty)]
#![feature(iterator_step_by)]
#![feature(pattern)]
#![feature(rand)]
#![feature(slice_sort_by_cached_key)]