aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/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_traits/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_traits/lib.rs')
-rw-r--r--components/net_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs
index 42808737db8..e1403386d54 100644
--- a/components/net_traits/lib.rs
+++ b/components/net_traits/lib.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
-#![feature(iterator_step_by)]
+#![feature(step_by)]
#![deny(unsafe_code)]