rust-clippy/clippy_lints
bors 75bdbfcea5 Auto merge of #11853 - J-ZhengLi:issue11814, r=llogiq
expending lint [`blocks_in_if_conditions`] to check match expr as well

closes: #11814

changelog: rename lint `blocks_in_if_conditions` to [`blocks_in_conditions`] and expand it to check blocks in match scrutinees
2023-12-02 14:03:46 +00:00
..
src Auto merge of #11853 - J-ZhengLi:issue11814, r=llogiq 2023-12-02 14:03:46 +00:00
Cargo.toml Update itertools to 0.11. 2023-11-22 08:13:21 +11:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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