Skip to content

Commit 6082d55

Browse files
Fix new_lint clippy command
1 parent 30e9cd5 commit 6082d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/declared_lints.rs

+1
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ pub static LINTS: &[&crate::LintInfo] = &[
504504
crate::methods::UNNECESSARY_JOIN_INFO,
505505
crate::methods::UNNECESSARY_LAZY_EVALUATIONS_INFO,
506506
crate::methods::UNNECESSARY_LITERAL_UNWRAP_INFO,
507+
crate::methods::UNNECESSARY_MAP_INFO,
507508
crate::methods::UNNECESSARY_MAP_OR_INFO,
508509
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
509510
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,

0 commit comments

Comments
 (0)