Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09)

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

View file

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