From 94906b2fa093fa734aadabbe168d49de11345c92 Mon Sep 17 00:00:00 2001 From: Yiannis Marangos Date: Tue, 7 Jan 2025 16:08:19 +0200 Subject: [PATCH] chore: Allow missing docs in tests --- examples/node.rs | 2 ++ 1 file changed, 2 insertions(+) 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