rust-clippy/clippy_lints
Pascal Hertleif 8cbf548f7e Add suggestions to EXPLICIT_[INTO_]ITER_LOOP
Also reduces the highlighted span to the expr containing the
`.[into_]iter()` call (so the suggestion is probably applicable by
rustfix.)

Fixes #1484
2017-01-28 14:02:49 +01:00
..
src Add suggestions to EXPLICIT_[INTO_]ITER_LOOP 2017-01-28 14:02:49 +01:00
Cargo.toml version bump 2017-01-27 10:14:15 +01:00
README.md Add a README for clippy_lints 2016-05-28 16:51:21 +02:00

This crate contains Clippy lints. For the main crate, check cargo.io or GitHub.