Skip to content

Commit 5cd40a8

Browse files
committed
Allow derive_hash_xor_eq
1 parent 31afe4a commit 5cd40a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/block/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// TODO: Remove once the transmutes are fixed
44
#![allow(unknown_lints)]
55
#![allow(clippy::missing_transmute_annotations)]
6+
#![allow(clippy::derive_hash_xor_eq)]
67

78
use core::cmp::Ordering;
89
use core::hash::{Hash, Hasher};

0 commit comments

Comments
 (0)