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 3157b96 commit d628046Copy full SHA for d628046
clippy_lints/src/operators/mod.rs
@@ -320,12 +320,12 @@ declare_clippy_lint! {
320
321
declare_clippy_lint! {
322
/// ### What it does
323
- /// Checks for ineffective double comparisons against constants
+ /// Checks for ineffective double comparisons against constants.
324
///
325
/// ### Why is this bad?
326
- /// Only one of the comparisons has any effect on the result
327
- /// The programmer probably intended to flip one of the comparison operators,
328
- /// or compare a different value entirely
+ /// Only one of the comparisons has any effect on the result, the programmer
+ /// probably intended to flip one of the comparison operators, or compare a
+ /// different value entirely.
329
330
/// ### Example
331
/// ```rust
0 commit comments