rust/clippy_lints
Manish Goregaokar 1b628853fa
don't trigger blocks_in_conditions when the condition contains a return (#14338)
fixes #9911

changelog: [`blocks_in_conditions`]: don't trigger the lint when the
condition contains a `return`
2025-03-09 00:07:14 +00:00
..
src don't trigger blocks_in_conditions when the condition contains a return (#14338) 2025-03-09 00:07:14 +00:00
Cargo.toml Bump Clippy version -> 0.1.87 2025-02-20 15:26:51 +01: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.