Skip to content

Commit 33a51a9

Browse files
committed
remove duped lint
1 parent 92179aa commit 33a51a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
477477
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
478478
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
479479
crate::methods::UNNECESSARY_MAP_OR_INFO,
480-
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
481480
crate::methods::UNNECESSARY_SORT_BY_INFO,
482481
crate::methods::UNNECESSARY_TO_OWNED_INFO,
483482
crate::methods::UNWRAP_OR_DEFAULT_INFO,

0 commit comments

Comments
 (0)