Skip to content

Commit 0e5fcb7

Browse files
author
Ray Redondo
committed
move mutex_atomic to clippy::restriction
1 parent e8703a0 commit 0e5fcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/mutex_atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declare_clippy_lint! {
3939
/// ```
4040
#[clippy::version = "pre 1.29.0"]
4141
pub MUTEX_ATOMIC,
42-
nursery,
42+
restriction,
4343
"using a mutex where an atomic value could be used instead"
4444
}
4545

0 commit comments

Comments
 (0)