Skip to content

Commit 64308d6

Browse files
committed
Lints updated
1 parent 32ded57 commit 64308d6

File tree

5 files changed

+1
-1331
lines changed

5 files changed

+1
-1331
lines changed

clippy_lints/src/declared_lints.rs

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
543543
crate::suspicious_operation_groupings::SUSPICIOUS_OPERATION_GROUPINGS_INFO,
544544
crate::suspicious_trait_impl::SUSPICIOUS_ARITHMETIC_IMPL_INFO,
545545
crate::suspicious_trait_impl::SUSPICIOUS_OP_ASSIGN_IMPL_INFO,
546+
crate::suspicious_xor_used_as_pow::SUSPICIOUS_XOR_USED_AS_POW_INFO,
546547
crate::swap::ALMOST_SWAPPED_INFO,
547548
crate::swap::MANUAL_SWAP_INFO,
548549
crate::swap_ptr_to_ref::SWAP_PTR_TO_REF_INFO,

0 commit comments

Comments
 (0)