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 046d3df commit e16a2acCopy full SHA for e16a2ac
clippy_lints/src/operators/mod.rs
@@ -314,7 +314,7 @@ declare_clippy_lint! {
314
#[clippy::version = "1.71.0"]
315
pub IMPOSSIBLE_DOUBLE_CONST_COMPARISONS,
316
correctness,
317
- "default lint description"
+ "double comparisons that will never evaluate to `true`"
318
}
319
320
declare_clippy_lint! {
@@ -333,7 +333,7 @@ declare_clippy_lint! {
333
334
pub INEFFECTIVE_DOUBLE_CONST_COMPARISONS,
335
336
+ "double comparisons where one of them can be removed"
337
338
339
0 commit comments