Skip to content

Commit

Permalink
change category to restriction
Browse files Browse the repository at this point in the history
see discussion in #11721
  • Loading branch information
dnbln committed Nov 25, 2023
1 parent f3fcd2a commit 015ce17
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 015ce17

Please sign in to comment.