Skip to content

Commit 875ddd2

Browse files
JacherrJacherr
authored and
Jacherr
committed
remove duped lint
1 parent fc7a775 commit 875ddd2

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
@@ -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)