Skip to content

Commit 91e0e31

Browse files
committed
remove duped lint
1 parent 427fc6f commit 91e0e31

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
@@ -484,7 +484,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
484484
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
485485
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
486486
crate::methods::UNNECESSARY_MAP_OR_INFO,
487-
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
488487
crate::methods::UNNECESSARY_SORT_BY_INFO,
489488
crate::methods::UNNECESSARY_TO_OWNED_INFO,
490489
crate::methods::UNWRAP_OR_DEFAULT_INFO,

0 commit comments

Comments
 (0)