aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-06-03 13:27:19 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-06-03 13:35:55 +0200
commitf081380dc03dba9664877df2829097f32c40694a (patch)
tree465712fd911e26672e1a706b0e86e31d14284c54 /components/net_traits/lib.rs
parent985050d3645382d5c2cc6bd6819ab05f9b843331 (diff)
downloadservo-f081380dc03dba9664877df2829097f32c40694a.tar.gz
servo-f081380dc03dba9664877df2829097f32c40694a.zip
Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)
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 e1403386d54..42808737db8 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(step_by)]
+#![feature(iterator_step_by)]
#![deny(unsafe_code)]