Skip to content

Commit 4ea5076

Browse files
committed
Change lint type to restriction
1 parent 4e96d8d commit 4ea5076

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4197,7 +4197,7 @@ declare_clippy_lint! {
41974197
/// appropriate suggestion.
41984198
#[clippy::version = "1.81.0"]
41994199
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
4200-
style,
4200+
restriction,
42014201
"map of a trivial closure (not dependent on parameter) over a range"
42024202
}
42034203

0 commit comments

Comments
 (0)