diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-07-05 13:54:40 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-07-05 13:54:40 +0200 |
commit | 86293c3b398ed3ece5627b02942f8d2eee997e02 (patch) | |
tree | 03bc13b6c04b833f8bd1a2ce5d9cf6c640f4122f /components/layout/lib.rs | |
parent | 42e551f60614da58f47fd29cb095cd72733e38b8 (diff) | |
download | servo-86293c3b398ed3ece5627b02942f8d2eee997e02.tar.gz servo-86293c3b398ed3ece5627b02942f8d2eee997e02.zip |
Replace remaining usage of deprecated Range::step_by
… which is being removed in https://github.com/rust-lang/rust/pull/43012
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 0b961550974..af108249c42 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -8,7 +8,6 @@ #![feature(conservative_impl_trait)] #![feature(nonzero)] #![feature(raw)] -#![feature(step_by)] extern crate app_units; extern crate atomic_refcell; |