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
..
2019-11-06 17:46:45 +07:00

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