aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-06-03 14:37:17 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-06-03 14:37:17 +0200
commit56c961af5ab47cb314655e5e5cfaecdf1ddcff21 (patch)
tree247849ae354a65c003f50b1feaf9730795a295ed /components/net/lib.rs
parentbefb017f7f8b6d6387c3804dbf2f493cc297b85d (diff)
downloadservo-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.rs2
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;