Skip to content

Commit

Permalink
Allow clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 14, 2024
1 parent d185946 commit 399f53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/block/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(clippy::undocumented_unsafe_blocks)]
#![allow(dead_code)]
#[allow(clippy::missing_transmute_annotations)]

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

0 comments on commit 399f53c

Please sign in to comment.