rust/clippy_lints
bors 57406c93df Auto merge of #7018 - Y-Nak:same_item_push, r=Manishearth
Don't trigger `same_item_push` if the vec is used in the loop body

fixes #6987
changelog: `same_item_push`: Don't trigger if the `vec` is used in the loop body
2021-04-05 22:57:33 +00:00
..
src Auto merge of #7018 - Y-Nak:same_item_push, r=Manishearth 2021-04-05 22:57:33 +00:00
Cargo.toml Bump Clippy Version -> 0.1.53 2021-03-25 18:48:48 +01:00
README.md

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