Skip to content

Commit

Permalink
change category to restriction
Browse files Browse the repository at this point in the history
see discussion in rust-lang#11721
  • Loading branch information
dnbln committed Apr 1, 2024
1 parent 0e66693 commit d7f06a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/needless_move.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.76.0"]
pub NEEDLESS_MOVE,
pedantic,
restriction,
"checks for needless `move`s on closures / `async` blocks"
}

Expand Down

0 comments on commit d7f06a2

Please sign in to comment.