mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
Move needless_pass_by_ref_mut
: suspicious
-> nursery
This commit is contained in:
parent
0e43a04fab
commit
3f0da4dda2
@ -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…
Reference in New Issue
Block a user