rust/clippy_lints
Timo 871df561a0
Fix match_ref_pats FP on match scrutinee of never type (#15474)
Closes rust-lang/rust-clippy#15378

changelog: [`match_ref_pats`] fix FP on match scrutinee of never type
2025-08-14 18:02:36 +00:00
..
src Fix match_ref_pats FP on match scrutinee of never type (#15474) 2025-08-14 18:02:36 +00:00
Cargo.toml Bump Clippy version -> 0.1.91 2025-08-07 16:48:16 +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.