Replace remaining usage of deprecated Range::step_by

… which is being removed in https://github.com/rust-lang/rust/pull/43012
This commit is contained in:
Simon Sapin 2017-07-05 13:54:40 +02:00
parent 42e551f606
commit 86293c3b39
2 changed files with 21 additions and 6 deletions

View file

@ -8,7 +8,6 @@
#![feature(conservative_impl_trait)]
#![feature(nonzero)]
#![feature(raw)]
#![feature(step_by)]
extern crate app_units;
extern crate atomic_refcell;