mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
Fix Clippy on main (#554)
This commit is contained in:
parent
fd0f181515
commit
db56fe39be
@ -1,4 +1,7 @@
|
||||
#![allow(clippy::needless_range_loop)]
|
||||
// Below lint is currently broken and produces false positives.
|
||||
// TODO: Remove this override when Clippy is patched.
|
||||
#![allow(clippy::derive_partial_eq_without_eq)]
|
||||
|
||||
pub mod curve;
|
||||
pub mod gadgets;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user