Skip to content

Commit

Permalink
chore: Allow missing docs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jan 7, 2025
1 parent 5fef10c commit 94906b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/node.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(missing_docs)]

//! Example bitswap node implementation allowing with basic interaction over cli
//!
//! It shows off example way to setup beetswap behaviour with a libp2p swarm and then either
Expand Down

0 comments on commit 94906b2

Please sign in to comment.