diff --git a/src/lib.rs b/src/lib.rs index d04d4205..385803c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -249,9 +249,9 @@ impl Clone for Ipfs { } } -/// Ipfs struct creates a new IPFS node and is the main entry point -/// for interacting with IPFS. +/// The internal shared implementation of [`Ipfs`]. #[derive(Debug)] +#[doc(hidden)] pub struct IpfsInner { pub span: Span, repo: Repo,