Skip to content

Commit 69751d0

Browse files
committed
style(i256): suppress clippy
1 parent 42f68a0 commit 69751d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/i256/u256.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ macro_rules! uint_full_mul_reg {
7979

8080
uint! { @unroll
8181
for j in 0..$n_words {
82+
#[allow(clippy::redundant_closure_call)]
8283
if $check(me[j], carry) {
8384
let a = me[j];
8485

0 commit comments

Comments
 (0)