We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8703a0 commit 0e5fcb7Copy full SHA for 0e5fcb7
clippy_lints/src/mutex_atomic.rs
@@ -39,7 +39,7 @@ declare_clippy_lint! {
39
/// ```
40
#[clippy::version = "pre 1.29.0"]
41
pub MUTEX_ATOMIC,
42
- nursery,
+ restriction,
43
"using a mutex where an atomic value could be used instead"
44
}
45
0 commit comments