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 Dec 3, 2023
1 parent a4e58d4 commit 6f910c4
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 6f910c4

Please sign in to comment.