We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e96d8d commit 4ea5076Copy full SHA for 4ea5076
clippy_lints/src/methods/mod.rs
@@ -4197,7 +4197,7 @@ declare_clippy_lint! {
4197
/// appropriate suggestion.
4198
#[clippy::version = "1.81.0"]
4199
pub MAP_WITH_UNUSED_ARGUMENT_OVER_RANGES,
4200
- style,
+ restriction,
4201
"map of a trivial closure (not dependent on parameter) over a range"
4202
}
4203
0 commit comments