Skip to content

Commit

Permalink
Allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Aug 19, 2024
1 parent e5149f3 commit 4473e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bitcoin-da/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)] // FIXME

mod helpers;
pub mod spec;

Expand Down

0 comments on commit 4473e17

Please sign in to comment.