mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +00:00
Further fix the clippy lint controls for Hash on dalek_ff_group::*Point
This commit is contained in:
parent
837c776297
commit
11114dcb74
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ macro_rules! dalek_group {
|
|||
// Support being used as a key in a table
|
||||
// While it is expensive as a key, due to the field operations required, there's frequently
|
||||
// use cases for public key -> value lookups
|
||||
#[allow(unknown_lints)]
|
||||
#[allow(unknown_lints, renamed_and_removed_lints)]
|
||||
#[allow(clippy::derived_hash_with_manual_eq, clippy::derive_hash_xor_eq)]
|
||||
impl Hash for $Point {
|
||||
fn hash<H: Hasher>(&self, state: &mut H) {
|
||||
|
|
Loading…
Reference in a new issue