Auto merge of #5454 - spl:patch-1, r=phansch
verbose_bit_mask: fix bit mask used in docs changelog: fixes verbose_bit_mask docs
This commit is contained in:
commit
e29d550565
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ declare_clippy_lint! {
|
|||
/// **Example:**
|
||||
/// ```rust
|
||||
/// # let x = 1;
|
||||
/// if x & 0x1111 == 0 { }
|
||||
/// if x & 0b1111 == 0 { }
|
||||
/// ```
|
||||
pub VERBOSE_BIT_MASK,
|
||||
style,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue