We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64308d6 commit 151395dCopy full SHA for 151395d
clippy_lints/src/suspicious_xor_used_as_pow.rs
@@ -18,7 +18,7 @@ declare_clippy_lint! {
18
/// ```rust
19
/// let x = 3_i32.pow(4);
20
/// ```
21
- #[clippy::version = "1.65.0"]
+ #[clippy::version = "1.66.0"]
22
pub SUSPICIOUS_XOR_USED_AS_POW,
23
restriction,
24
"XOR (`^`) operator possibly used as exponentiation operator"
0 commit comments