Delete deprecated & unstable range-specific step_by

Replacement: 41439
Deprecation: 42310 for 1.19
Fixes 41477
This commit is contained in:
Scott McMurray 2017-07-01 19:18:02 -07:00
parent 05b5797664
commit dcd332ed94
8 changed files with 20 additions and 251 deletions

View file

@ -31,7 +31,7 @@
issue = "27703")]
#![feature(core_intrinsics)]
#![feature(staged_api)]
#![feature(step_by)]
#![feature(iterator_step_by)]
#![feature(custom_attribute)]
#![feature(specialization)]
#![allow(unused_attributes)]