From 7842b72c096f0971f7319b3e9c3359330ac05521 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 29 Jul 2016 10:38:10 +0200 Subject: [PATCH] Remove the no longer necessary iter_arith feature gate. --- components/script/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)]