mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
Pacify latest clippy (#1442)
This commit is contained in:
parent
ae3003a9d7
commit
ef07eabf84
@ -76,6 +76,7 @@ impl<T: Copy> CpuGeneralColumnsView<T> {
|
||||
}
|
||||
|
||||
impl<T: Copy + PartialEq> PartialEq<Self> for CpuGeneralColumnsView<T> {
|
||||
#[allow(clippy::unconditional_recursion)] // false positive
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
let self_arr: &[T; NUM_SHARED_COLUMNS] = self.borrow();
|
||||
let other_arr: &[T; NUM_SHARED_COLUMNS] = other.borrow();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user