rust/clippy_lints
llogiq 95d7eda0b4
comparison_chain: do not lint on 2 blocks expression (#14811)
Clippy should not lint 2 blocks expression for comparison_chain.

Fixes rust-lang/rust-clippy#4725

changelog: [`comparison_chain`]: do not lint 2 blocks expression
2025-05-16 06:52:35 +00:00
..
src comparison_chain: do not lint on 2 blocks expression (#14811) 2025-05-16 06:52:35 +00:00
Cargo.toml Bump Clippy version -> 0.1.89 2025-05-15 19:19:46 +02: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.