fix clippy

This commit is contained in:
Dmitry Vagner 2023-01-19 00:59:51 +07:00
parent 54676487e1
commit eb7d18da2e

View File

@ -47,6 +47,7 @@ impl Sub for Fp {
}
}
#[allow(clippy::suspicious_arithmetic_impl)]
impl Mul for Fp {
type Output = Self;