Change lint type from 'pedantic' → 'complexity'
This commit is contained in:
parent
6ddf8c36d7
commit
09e9568c26
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ declare_clippy_lint! {
|
|||
/// iter.flatten();
|
||||
/// ```
|
||||
pub FLAT_MAP_IDENTITY,
|
||||
pedantic,
|
||||
complexity,
|
||||
"call to `flat_map` where `flatten` is sufficient"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue