remove "Known problems" of verbose_bit_mask
This commit is contained in:
parent
88a00a87fa
commit
af18dce76b
1 changed files with 0 additions and 3 deletions
|
|
@ -265,9 +265,6 @@ declare_clippy_lint! {
|
|||
/// `x.trailing_zeros() >= 4` is much clearer than `x & 15
|
||||
/// == 0`
|
||||
///
|
||||
/// ### Known problems
|
||||
/// llvm generates better code for `x & 15 == 0` on x86
|
||||
///
|
||||
/// ### Example
|
||||
/// ```no_run
|
||||
/// # let x = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue