diff --git a/examples/node.rs b/examples/node.rs index 0561d2d..438033b 100644 --- a/examples/node.rs +++ b/examples/node.rs @@ -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