mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-17 20:54:23 +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