You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clippy_lints/src/methods/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -889,7 +889,7 @@ declare_clippy_lint! {
889
889
/// ```
890
890
#[clippy::version = "pre 1.29.0"]
891
891
pubSEARCH_IS_SOME,
892
-
complexity,
892
+
nursery,
893
893
"using an iterator or string search followed by `is_some()` or `is_none()`, which is more succinctly expressed as a call to `any()` or `contains()` (with negation in case of `is_none()`)"
0 commit comments