diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-06-03 14:37:17 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-06-03 14:37:17 +0200 |
commit | 56c961af5ab47cb314655e5e5cfaecdf1ddcff21 (patch) | |
tree | 247849ae354a65c003f50b1feaf9730795a295ed /components/net/lib.rs | |
parent | befb017f7f8b6d6387c3804dbf2f493cc297b85d (diff) | |
download | servo-56c961af5ab47cb314655e5e5cfaecdf1ddcff21.tar.gz servo-56c961af5ab47cb314655e5e5cfaecdf1ddcff21.zip |
Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"
This reverts commit f081380dc03dba9664877df2829097f32c40694a.
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index f96a6fbf2c0..8f15def3948 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -4,7 +4,7 @@ #![deny(unsafe_code)] #![feature(box_syntax)] -#![feature(iterator_step_by)] +#![feature(step_by)] extern crate base64; extern crate brotli; |