mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
8 lines
238 B
Rust
8 lines
238 B
Rust
#![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;
|