Skip to content

Commit 4a00314

Browse files
1 parent 6ad39e5 commit 4a00314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/clippy_lints/src/needless_pass_by_ref_mut.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ declare_clippy_lint! {
4646
/// ```
4747
#[clippy::version = "1.72.0"]
4848
pub NEEDLESS_PASS_BY_REF_MUT,
49-
suspicious,
49+
nursery,
5050
"using a `&mut` argument when it's not mutated"
5151
}
5252

0 commit comments

Comments
 (0)