Remove the no longer necessary iter_arith feature gate.

This commit is contained in:
Ms2ger 2016-07-29 10:38:10 +02:00
parent decc57f2ad
commit 7842b72c09

View file

@ -10,7 +10,6 @@
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]
#![feature(iter_arith)]
#![feature(mpsc_select)]
#![feature(nonzero)]
#![feature(on_unimplemented)]