Skip to content

Commit

Permalink
Fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 14, 2024
1 parent 399f53c commit efbde45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block/mod.rs
@@ -1,6 +1,6 @@
#![allow(clippy::undocumented_unsafe_blocks)]
#![allow(dead_code)]
#[allow(clippy::missing_transmute_annotations)]
#![allow(clippy::missing_transmute_annotations)]

use core::cmp::Ordering;
use core::hash::{Hash, Hasher};
Expand Down

0 comments on commit efbde45

Please sign in to comment.