aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-07-29 10:38:10 +0200
committerMs2ger <Ms2ger@gmail.com>2016-07-29 10:38:10 +0200
commit7842b72c096f0971f7319b3e9c3359330ac05521 (patch)
tree30834f742e40349350763b1728fb790bf2c0794b /components/script/lib.rs
parentdecc57f2ade23156e348e591453bf6c96715680e (diff)
downloadservo-7842b72c096f0971f7319b3e9c3359330ac05521.tar.gz
servo-7842b72c096f0971f7319b3e9c3359330ac05521.zip
Remove the no longer necessary iter_arith feature gate.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 5b16377fe68..20eb3336a38 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -10,7 +10,6 @@
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]
-#![feature(iter_arith)]
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]