Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#10115 - rdrpenguin04:master, r=flip1995
Move `mutex_atomic` to `restriction` By rust-lang#4295, the general consensus seems to be that `mutex_atomic` is not a useful lint in most cases. If anything, it could be useful as a restriction on code that for whatever reason can't use atomics. Keeping it in `clippy::nursery` is harmful to people attempting to use clippy for soundness. --- changelog: Moved [`mutex_atomic`] to `restriction` [rust-lang#10115](rust-lang/rust-clippy#10115) <!-- chnagelog_checked -->
- Loading branch information