Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"

This reverts commit f081380dc0.
This commit is contained in:
Anthony Ramine 2017-06-03 14:37:17 +02:00
parent befb017f7f
commit 56c961af5a
6 changed files with 16 additions and 9 deletions

View file

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