Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 31287cf

Browse files
author
Joonas Koivunen
committed
doc: add commented out allow-lint, comments
1 parent 4421608 commit 31287cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
//! [interface-ipfs-core]: https://www.npmjs.com/package/interface-ipfs-core
1616
//! [go-ipfs]: https://github.com/ipfs/go-ipfs/
1717
//! [js-ipfs]: https://github.com/ipfs/js-ipfs/
18+
// We are not done yet, but uncommenting this makes it easier to hunt down for missing docs.
1819
//#![deny(missing_docs)]
20+
//
21+
// This isn't recognized in stable yet, but we should disregard any nags on these to keep making
22+
// the docs better.
23+
//#![allow(private_intra_doc_links)]
1924

2025
pub mod config;
2126
pub mod dag;

0 commit comments

Comments
 (0)