mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-17 05:03:07 +00:00
#[inline] add_assign in CrandallField (#252)
This commit is contained in:
parent
92f5d39671
commit
5e748ed76b
@ -224,6 +224,7 @@ impl Add for CrandallField {
|
||||
}
|
||||
|
||||
impl AddAssign for CrandallField {
|
||||
#[inline]
|
||||
fn add_assign(&mut self, rhs: Self) {
|
||||
*self = *self + rhs;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user