We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e3e60 + a1a01c1 commit 54e929bCopy full SHA for 54e929b
clippy_lints/src/suspicious_xor_used_as_pow.rs
@@ -9,7 +9,7 @@ declare_clippy_lint! {
9
/// ### What it does
10
/// Warns for a Bitwise XOR (`^`) operator being probably confused as a powering. It will not trigger if any of the numbers are not in decimal.
11
/// ### Why is this bad?
12
- /// It's most probably a typo and may lead to unexpected behaviours.
+ /// It's most probably a typo and may lead to unexpected behaviours.
13
/// ### Example
14
/// ```rust
15
/// let x = 3_i32 ^ 4_i32;
0 commit comments