We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931b79e commit e386261Copy full SHA for e386261
clippy_lints/src/map_identity.rs
@@ -27,7 +27,7 @@ declare_clippy_lint! {
27
/// let y: Vec<_> = x.iter().map(|x| 2*x).collect();
28
/// ```
29
pub MAP_IDENTITY,
30
- style,
+ complexity,
31
"using iterator.map(|x| x)"
32
}
33
0 commit comments