Skip to content

Commit 326eeda

Browse files
committed
Lint
1 parent 277e36e commit 326eeda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curve25519-dalek/src/ristretto.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ use crate::traits::{MultiscalarMul, VartimeMultiscalarMul, VartimePrecomputedMul
215215
///
216216
/// The Ristretto encoding is canonical, so two points are equal if and
217217
/// only if their encodings are equal.
218+
#[allow(clippy::derived_hash_with_manual_eq)]
218219
#[derive(Copy, Clone, Hash)]
219220
pub struct CompressedRistretto(pub [u8; 32]);
220221

0 commit comments

Comments
 (0)