rust/clippy_lints
bors 38ba05508c Auto merge of #8676 - Alexendoo:local-used-across-loop, r=xFrednet
Check for loops/closures in `local_used_after_expr`

Follow up to #8646, catches when a local is used multiple times because it's in a loop or a closure

changelog: none
2022-04-14 04:44:33 +00:00
..
2022-04-07 16:24:33 +01:00

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