mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-14 07:12:51 +00:00
399732bf79
Add lint for `&mut Mutex::lock` Fixes #1765 changelog: Add lint [`mut_mutex_lock`] for `&mut Mutex::lock` and suggests using `&mut Mutex::get_mut` instead. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |