mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
stabilizing feature iterator_for_each for rust 1.21.0
This commit is contained in:
parent
6842a522bb
commit
44ecc19a3f
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
#![feature(plugin)]
|
||||
#![feature(iterator_for_each)]
|
||||
#![plugin(clippy)]
|
||||
use std::iter::repeat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue