Skip to content

Commit af18dce

Browse files
committed
remove "Known problems" of verbose_bit_mask
1 parent 88a00a8 commit af18dce

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)