We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f68a0 commit 69751d0Copy full SHA for 69751d0
1 file changed
src/i256/u256.rs
@@ -79,6 +79,7 @@ macro_rules! uint_full_mul_reg {
79
80
uint! { @unroll
81
for j in 0..$n_words {
82
+ #[allow(clippy::redundant_closure_call)]
83
if $check(me[j], carry) {
84
let a = me[j];
85
0 commit comments