Remove usage of unstable feature iterator_step_by

This commit is contained in:
Simon Sapin 2017-10-11 20:17:16 +02:00
parent a38df68e8a
commit cbcc7d0802
4 changed files with 8 additions and 4 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(iterator_step_by)]
#![deny(unsafe_code)]