We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb76e0e commit 2a6161cCopy full SHA for 2a6161c
clippy_lints/src/decimal_bit_mask.rs
@@ -24,7 +24,7 @@ declare_clippy_lint! {
24
/// ```rust,no_run
25
/// let a = 0b1110 & 0b0110;
26
/// ```
27
- #[clippy::version = "1.87.0"]
+ #[clippy::version = "1.92.0"]
28
pub DECIMAL_BIT_MASK,
29
nursery,
30
"use binary, hex, or octal literals for bitwise operations"
0 commit comments