Skip to content

Commit

Permalink
adjust clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Aug 28, 2024
1 parent 60b7ed9 commit 188213b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
#![warn(clippy::pedantic, clippy::nursery)]
#![warn(clippy::expect_used)]
#![allow(clippy::missing_const_for_fn)]
#![warn(clippy::multiple_crate_versions)]
#![allow(clippy::option_if_let_else)]

mod block_cache;

Expand Down

0 comments on commit 188213b

Please sign in to comment.