mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
cc637bacfa
Fix false positives of needless_match closes: #9084 made needless_match take into account arm in the form of `_ if => ...` changelog: none