mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 18:20:36 +00:00
Also walk bindings created by if-let guards This change makes the `unused_variables` lint pick up unused bindings created by if-let guards. Fixes #119383