We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
needless_pass_by_ref_mut
suspicious
nursery
1 parent 0e43a04 commit 3f0da4dCopy full SHA for 3f0da4d
clippy_lints/src/needless_pass_by_ref_mut.rs
@@ -49,7 +49,7 @@ declare_clippy_lint! {
49
/// ```
50
#[clippy::version = "1.72.0"]
51
pub NEEDLESS_PASS_BY_REF_MUT,
52
- suspicious,
+ nursery,
53
"using a `&mut` argument when it's not mutated"
54
}
55
0 commit comments