File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
clippy_lints/src/operators Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -320,12 +320,12 @@ declare_clippy_lint! {
320
320
321
321
declare_clippy_lint ! {
322
322
/// ### What it does
323
- /// Checks for ineffective double comparisons against constants
323
+ /// Checks for ineffective double comparisons against constants.
324
324
///
325
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
326
+ /// Only one of the comparisons has any effect on the result, the programmer
327
+ /// probably intended to flip one of the comparison operators, or compare a
328
+ /// different value entirely.
329
329
///
330
330
/// ### Example
331
331
/// ```rust
You can’t perform that action at this time.
0 commit comments