mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 20:13:10 +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