We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31afe4a commit 5cd40a8Copy full SHA for 5cd40a8
1 file changed
src/block/mod.rs
@@ -3,6 +3,7 @@
3
// TODO: Remove once the transmutes are fixed
4
#![allow(unknown_lints)]
5
#![allow(clippy::missing_transmute_annotations)]
6
+#![allow(clippy::derive_hash_xor_eq)]
7
8
use core::cmp::Ordering;
9
use core::hash::{Hash, Hasher};
0 commit comments