Skip to content

Commit 015ce17

Browse files
committed
change category to restriction
see discussion in rust-lang#11721
1 parent f3fcd2a commit 015ce17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/needless_move.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ declare_clippy_lint! {
6767
/// ```
6868
#[clippy::version = "1.76.0"]
6969
pub NEEDLESS_MOVE,
70-
pedantic,
70+
restriction,
7171
"checks for needless `move`s on closures / `async` blocks"
7272
}
7373

0 commit comments

Comments
 (0)