Move needless_pass_by_ref_mut: suspicious -> nursery

This commit is contained in:
blyxyas 2023-10-02 13:28:45 +02:00
parent 0e43a04fab
commit 3f0da4dda2
No known key found for this signature in database
GPG Key ID: 11095C6C8A0C9137

View File

@ -49,7 +49,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.72.0"]
pub NEEDLESS_PASS_BY_REF_MUT,
suspicious,
nursery,
"using a `&mut` argument when it's not mutated"
}