rust/clippy_lints
bors 8066f836ec Auto merge of #7282 - camsteffen:lint-stmt-expr, r=flip1995
Fix allow on some statement lints

changelog: Fix `#[allow(..)]` over statements for [`needless_collect`], [`short_circuit_statement`] and [`unnecessary_operation`]

Fixes #7171
Fixes #7202
2021-05-27 08:23:21 +00:00
..
src Auto merge of #7282 - camsteffen:lint-stmt-expr, r=flip1995 2021-05-27 08:23:21 +00:00
Cargo.toml Deny warning in every main sub-crate 2021-05-18 11:05:48 +02:00
README.md

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