mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 04:46:58 +00:00
Change lint type from 'pedantic' → 'complexity'
This commit is contained in:
parent
6ddf8c36d7
commit
09e9568c26
@ -360,7 +360,7 @@ declare_clippy_lint! {
|
||||
/// iter.flatten();
|
||||
/// ```
|
||||
pub FLAT_MAP_IDENTITY,
|
||||
pedantic,
|
||||
complexity,
|
||||
"call to `flat_map` where `flatten` is sufficient"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user