From 31287cf369e3c843687c5dec4a4ee147a7d56e82 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 8 Oct 2020 10:45:53 +0300 Subject: [PATCH] doc: add commented out allow-lint, comments --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 90b8a292d..4e2ccf012 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,12 @@ //! [interface-ipfs-core]: https://www.npmjs.com/package/interface-ipfs-core //! [go-ipfs]: https://github.com/ipfs/go-ipfs/ //! [js-ipfs]: https://github.com/ipfs/js-ipfs/ +// We are not done yet, but uncommenting this makes it easier to hunt down for missing docs. //#![deny(missing_docs)] +// +// This isn't recognized in stable yet, but we should disregard any nags on these to keep making +// the docs better. +//#![allow(private_intra_doc_links)] pub mod config; pub mod dag;