We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92179aa commit 33a51a9Copy full SHA for 33a51a9
clippy_lints/src/declared_lints.rs
@@ -477,7 +477,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
477
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
478
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
479
crate::methods::UNNECESSARY_MAP_OR_INFO,
480
- crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
481
crate::methods::UNNECESSARY_SORT_BY_INFO,
482
crate::methods::UNNECESSARY_TO_OWNED_INFO,
483
crate::methods::UNWRAP_OR_DEFAULT_INFO,
0 commit comments