Remove useless feature attribute

`iter_arith` has been stabilized in rustc 1.11.0.
This commit is contained in:
mcarton 2016-07-06 14:51:20 +02:00
parent ecc75a8b32
commit 3bd0acaa5c
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8

View file

@ -3,7 +3,6 @@
#![feature(box_syntax)]
#![feature(collections)]
#![feature(custom_attribute)]
#![feature(iter_arith)]
#![feature(question_mark)]
#![feature(rustc_private)]
#![feature(slice_patterns)]