1
Fork 0

Auto merge of #51320 - tmccombs:step-by, r=SimonSapin

Stabilize Iterator::step_by

Fixes #27741
This commit is contained in:
bors 2018-06-10 01:45:42 +00:00
commit b4d836c98b
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)]