mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
efd9fd66ba
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