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 0eeca6f commit dca49beCopy full SHA for dca49be
clippy_lints/src/partialeq_to_none.rs
@@ -43,7 +43,7 @@ declare_clippy_lint! {
43
#[clippy::version = "1.64.0"]
44
pub PARTIALEQ_TO_NONE,
45
nursery,
46
- "default lint description"
+ "Binary comparison to `Option<T>::None` relies on `T: PartialEq`, which is unneeded""
47
}
48
declare_lint_pass!(PartialeqToNone => [PARTIALEQ_TO_NONE]);
49
0 commit comments