Fix Clippy on main (#554)

This commit is contained in:
Jacqueline Nabaglo 2022-06-02 14:04:34 -07:00 committed by GitHub
parent fd0f181515
commit db56fe39be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;