rust/clippy_lints
rail 5e393c7747 Fix a FP in explicit_counter_loop
Fix a false positive in `explicit_counter_loop` where the loop counter is used after incremented,
adjust the test so that counters are incremented at the end of the loop
and add the test for this false positive.
2020-09-23 08:15:44 +12:00
..
2020-09-23 08:15:44 +12:00
2020-09-16 12:09:57 +07:00

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