Files
rust/clippy_lints
Alan Egerton 267f40dbb4 Fix missing unused_variables lint when using a match guard
Within a binding pattern match guard, only real reads of a bound local
impact its liveness analysis - not the fake read that is injected.
2026-02-02 10:57:54 +00:00
..

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