Skip to content

Commit 2a6161c

Browse files
committed
Bump version
1 parent bb76e0e commit 2a6161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/decimal_bit_mask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// ```rust,no_run
2525
/// let a = 0b1110 & 0b0110;
2626
/// ```
27-
#[clippy::version = "1.87.0"]
27+
#[clippy::version = "1.92.0"]
2828
pub DECIMAL_BIT_MASK,
2929
nursery,
3030
"use binary, hex, or octal literals for bitwise operations"

0 commit comments

Comments
 (0)