From 8169a29ff57dbcb0baac19db1ee24c2fb9420207 Mon Sep 17 00:00:00 2001 From: Igor Strebz Date: Sun, 6 Oct 2024 06:42:35 -0700 Subject: [PATCH] Reference 'missing_docs' lint --- src/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation.md b/src/documentation.md index 63ce31f..c96ba28 100644 --- a/src/documentation.md +++ b/src/documentation.md @@ -4,10 +4,10 @@ ## Crate level docs are thorough and include examples (C-CRATE-DOC) -See [RFC 1687]. +See [RFC 1687] and [What to include (and exclude)]. [RFC 1687]: https://github.com/rust-lang/rfcs/pull/1687 - +[What to include (and exclude)]: https://doc.rust-lang.org/rustdoc/write-documentation/what-to-include.html ## All items have a rustdoc example (C-EXAMPLE)