diff --git a/evm/src/bn254_arithmetic.rs b/evm/src/bn254_arithmetic.rs index ccb2f32f..ccea512c 100644 --- a/evm/src/bn254_arithmetic.rs +++ b/evm/src/bn254_arithmetic.rs @@ -47,6 +47,7 @@ impl Sub for Fp { } } +#[allow(clippy::suspicious_arithmetic_impl)] impl Mul for Fp { type Output = Self;