Skip to content

Commit c8341ac

Browse files
committed
remove duped lint
1 parent c7d5771 commit c8341ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/declared_lints.rs

-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
474474
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
475475
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
476476
crate::methods::UNNECESSARY_MAP_OR_INFO,
477-
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
478477
crate::methods::UNNECESSARY_SORT_BY_INFO,
479478
crate::methods::UNNECESSARY_TO_OWNED_INFO,
480479
crate::methods::UNWRAP_OR_DEFAULT_INFO,

0 commit comments

Comments
 (0)