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

@ -4,7 +4,6 @@
#![deny(unsafe_code)]
#![feature(box_syntax)]
#![feature(iterator_step_by)]
extern crate base64;
extern crate brotli;