Skip to content

Commit 0d3fd98

Browse files
authored
remove "Known problems" of verbose_bit_mask (#14137)
changelog: none
2 parents b8d0b16 + af18dce commit 0d3fd98

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

clippy_lints/src/operators/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,6 @@ declare_clippy_lint! {
265265
/// `x.trailing_zeros() >= 4` is much clearer than `x & 15
266266
/// == 0`
267267
///
268-
/// ### Known problems
269-
/// llvm generates better code for `x & 15 == 0` on x86
270-
///
271268
/// ### Example
272269
/// ```no_run
273270
/// # let x = 1;

0 commit comments

Comments
 (0)