rust/clippy_lints
Samuel Tardieu 01d7a324dc manual_strip: use existing identifier instead of placeholder
When the manually stripped entity receives a name as the first use
through a simple `let` statement, this name can be used in the generated
`if let Some(…)` expression instead of a placeholder.
2025-02-15 16:03:11 +01:00
..
src manual_strip: use existing identifier instead of placeholder 2025-02-15 16:03:11 +01:00
Cargo.toml Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +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.