Change lint type from 'pedantic' → 'complexity'

This commit is contained in:
Jeremy Stucki 2019-08-12 10:52:09 +02:00
parent 6ddf8c36d7
commit 09e9568c26
No known key found for this signature in database
GPG Key ID: 8F548A5A2ED13F58

View File

@ -360,7 +360,7 @@ declare_clippy_lint! {
/// iter.flatten();
/// ```
pub FLAT_MAP_IDENTITY,
pedantic,
complexity,
"call to `flat_map` where `flatten` is sufficient"
}