rust/clippy_lints
Thomas Bahn c88afce6fc Fix false positive in explicit_counter_loop lint
When the counter was used in a closure after the loop the lint didn't detect the
usage of the counter correctly.
2019-11-11 11:36:53 +01:00
..
src Fix false positive in explicit_counter_loop lint 2019-11-11 11:36:53 +01:00
Cargo.toml bump smallvec to 1.0.0 2019-11-06 17:46:45 +07:00
README.md

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