Files
rust/clippy_lints
Timo 32a3744efc refactor(mut_reference): replace match with if-let to reduce nesting (#14890)
One downside to this is that, since the patterns matched against (on the
left) are quite long, it's a bit difficult to see what's even getting
matched. Using `matches!()` could help with that

changelog: none
2025-05-26 10:13:33 +00:00
..

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