Skip to content

Commit

Permalink
Update clippy_lints/src/suspicious_xor_used_as_pow.rs
Browse files Browse the repository at this point in the history
Co-authored-by: NAKATA Takayuki <[email protected]>
  • Loading branch information
blyxyas and giraffate authored Oct 27, 2022
1 parent 64308d6 commit 151395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/suspicious_xor_used_as_pow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ declare_clippy_lint! {
/// ```rust
/// let x = 3_i32.pow(4);
/// ```
#[clippy::version = "1.65.0"]
#[clippy::version = "1.66.0"]
pub SUSPICIOUS_XOR_USED_AS_POW,
restriction,
"XOR (`^`) operator possibly used as exponentiation operator"
Expand Down

0 comments on commit 151395d

Please sign in to comment.