mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
fix clippy
This commit is contained in:
parent
54676487e1
commit
eb7d18da2e
@ -47,6 +47,7 @@ impl Sub for Fp {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::suspicious_arithmetic_impl)]
|
||||
impl Mul for Fp {
|
||||
type Output = Self;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user