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 687195c commit 1c9c249Copy full SHA for 1c9c249
clippy_lints/src/operators/mod.rs
@@ -203,10 +203,6 @@ declare_clippy_lint! {
203
/// set to zero or one by the bit mask, the comparison is constant `true` or
204
/// `false` (depending on mask, compared value, and operators).
205
///
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
- ///
210
/// ### Example
211
/// ```no_run
212
/// # let x = 1;
0 commit comments