We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873827 commit 2f923e6Copy full SHA for 2f923e6
clippy_lints/src/declared_lints.rs
@@ -474,7 +474,6 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
474
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
475
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
476
crate::methods::UNNECESSARY_MAP_OR_INFO,
477
- crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
478
crate::methods::UNNECESSARY_SORT_BY_INFO,
479
crate::methods::UNNECESSARY_TO_OWNED_INFO,
480
crate::methods::UNWRAP_OR_DEFAULT_INFO,
0 commit comments