mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 19:56:05 +00:00
If let else mutex changelog: Adds lint to catch incorrect use of `Mutex::lock` in `if let` expressions with lock calls in any of the blocks. closes: #5219