Skip to content

Commit

Permalink
Allow dead code for unused network module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Oct 28, 2024
1 parent 487ae8b commit 0f767f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anchor/p2p_network/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

mod behaviour;
mod network;
mod transport;

0 comments on commit 0f767f8

Please sign in to comment.