mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
6ccd4ebd5b
Move `mutex_atomic` to `restriction` By #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` [#10115](https://github.com/rust-lang/rust-clippy/pull/10115) <!-- chnagelog_checked -->