We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new_lint
1 parent 30e9cd5 commit 6082d55Copy full SHA for 6082d55
clippy_lints/src/declared_lints.rs
@@ -504,6 +504,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
504
crate::methods::UNNECESSARY_JOIN_INFO,
505
crate::methods::UNNECESSARY_LAZY_EVALUATIONS_INFO,
506
crate::methods::UNNECESSARY_LITERAL_UNWRAP_INFO,
507
+ crate::methods::UNNECESSARY_MAP_INFO,
508
crate::methods::UNNECESSARY_MAP_OR_INFO,
509
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
510
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
0 commit comments