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

This commit is contained in:
Anthony Ramine 2017-06-03 13:27:19 +02:00
parent 985050d364
commit f081380dc0
6 changed files with 9 additions and 16 deletions

View file

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