Move needless_pass_by_ref_mut: suspicious -> nursery
This commit is contained in:
parent
0e43a04fab
commit
3f0da4dda2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue