mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 15:53:10 +00:00
Move clippy::eq_ip
This commit is contained in:
parent
915f4eccc5
commit
301edf3ab5
@ -1,4 +1,3 @@
|
||||
#![allow(clippy::eq_op)]
|
||||
use crate::field::extension_field::Extendable;
|
||||
use crate::field::extension_field::Frobenius;
|
||||
use crate::field::field_types::Field;
|
||||
@ -89,6 +88,7 @@ macro_rules! test_field_arithmetic {
|
||||
};
|
||||
}
|
||||
|
||||
#[allow(clippy::eq_op)]
|
||||
pub(crate) fn test_add_neg_sub_mul<BF: Extendable<D>, const D: usize>() {
|
||||
let x = BF::Extension::rand();
|
||||
let y = BF::Extension::rand();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user