Skip to content

Commit 1c9c249

Browse files
committed
make the docs less condescending
1 parent 687195c commit 1c9c249

File tree

1 file changed

+0
-4
lines changed
  • clippy_lints/src/operators

1 file changed

+0
-4
lines changed

clippy_lints/src/operators/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ declare_clippy_lint! {
203203
/// set to zero or one by the bit mask, the comparison is constant `true` or
204204
/// `false` (depending on mask, compared value, and operators).
205205
///
206-
/// So the code is actively misleading, and the only reason someone would write
207-
/// this intentionally is to win an underhanded Rust contest or create a
208-
/// test-case for this lint.
209-
///
210206
/// ### Example
211207
/// ```no_run
212208
/// # let x = 1;

0 commit comments

Comments
 (0)