Skip to content

Commit 3bd0aca

Browse files
committed
Remove useless feature attribute
`iter_arith` has been stabilized in rustc 1.11.0.
1 parent ecc75a8 commit 3bd0aca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![feature(box_syntax)]
44
#![feature(collections)]
55
#![feature(custom_attribute)]
6-
#![feature(iter_arith)]
76
#![feature(question_mark)]
87
#![feature(rustc_private)]
98
#![feature(slice_patterns)]

0 commit comments

Comments
 (0)