mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
move mutex_atomic to clippy::restriction
This commit is contained in:
parent
e8703a0ce2
commit
0e5fcb7b7f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ declare_clippy_lint! {
|
||||||
/// ```
|
/// ```
|
||||||
#[clippy::version = "pre 1.29.0"]
|
#[clippy::version = "pre 1.29.0"]
|
||||||
pub MUTEX_ATOMIC,
|
pub MUTEX_ATOMIC,
|
||||||
nursery,
|
restriction,
|
||||||
"using a mutex where an atomic value could be used instead"
|
"using a mutex where an atomic value could be used instead"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue