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 427fc6f commit 91e0e31Copy full SHA for 91e0e31
clippy_lints/src/declared_lints.rs
@@ -484,7 +484,6 @@ pub static LINTS: &[&crate::LintInfo] = &[
484
crate::methods::UNNECESSARY_MIN_OR_MAX_INFO,
485
crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
486
crate::methods::UNNECESSARY_MAP_OR_INFO,
487
- crate::methods::UNNECESSARY_RESULT_MAP_OR_ELSE_INFO,
488
crate::methods::UNNECESSARY_SORT_BY_INFO,
489
crate::methods::UNNECESSARY_TO_OWNED_INFO,
490
crate::methods::UNWRAP_OR_DEFAULT_INFO,
0 commit comments