Skip to content

Commit 151395d

Browse files
blyxyasgiraffate
andauthored
Update clippy_lints/src/suspicious_xor_used_as_pow.rs
Co-authored-by: NAKATA Takayuki <[email protected]>
1 parent 64308d6 commit 151395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/suspicious_xor_used_as_pow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare_clippy_lint! {
1818
/// ```rust
1919
/// let x = 3_i32.pow(4);
2020
/// ```
21-
#[clippy::version = "1.65.0"]
21+
#[clippy::version = "1.66.0"]
2222
pub SUSPICIOUS_XOR_USED_AS_POW,
2323
restriction,
2424
"XOR (`^`) operator possibly used as exponentiation operator"

0 commit comments

Comments
 (0)