From 2f923e6f9131f79d116b7b8bcd33fc466377e8c5 Mon Sep 17 00:00:00 2001 From: Jacher Date: Fri, 21 Jun 2024 13:38:39 +0000 Subject: [PATCH] remove duped lint --- clippy_lints/src/declared_lints.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/clippy_lints/src/declared_lints.rs b/clippy_lints/src/declared_lints.rs index 68b6ae4008e2..b0d7123194fa 100644 --- a/clippy_lints/src/declared_lints.rs +++ b/clippy_lints/src/declared_lints.rs @@ -474,7 +474,6 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[ crate::methods::UNNECESSARY_MIN_OR_MAX_INFO, crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO, crate::methods::UNNECESSARY_MAP_OR_INFO, - crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO, crate::methods::UNNECESSARY_SORT_BY_INFO, crate::methods::UNNECESSARY_TO_OWNED_INFO, crate::methods::UNWRAP_OR_DEFAULT_INFO,