mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Fix last commit again
This commit is contained in:
parent
2e78d61752
commit
b0730e3fdf
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ macro_rules! dalek_group {
|
|||
// 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(clippy::derived_hash_with_manual_eq, clippy::derived_hash_xor_eq)]
|
||||
#[allow(clippy::derived_hash_with_manual_eq, clippy::derive_hash_xor_eq)]
|
||||
impl Hash for $Point {
|
||||
fn hash<H: Hasher>(&self, state: &mut H) {
|
||||
self.to_bytes().hash(state);
|
||||
|
|
Loading…
Reference in a new issue