Skip to content

Commit 09e9568

Browse files
committed
Change lint type from 'pedantic' → 'complexity'
1 parent 6ddf8c3 commit 09e9568

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
@@ -360,7 +360,7 @@ declare_clippy_lint! {
360360
/// iter.flatten();
361361
/// ```
362362
pub FLAT_MAP_IDENTITY,
363-
pedantic,
363+
complexity,
364364
"call to `flat_map` where `flatten` is sufficient"
365365
}
366366

0 commit comments

Comments
 (0)