Skip to content

Commit 86d6359

Browse files
committed
Don't promise that we talk about Rustdoc more
Fixes #20088
1 parent d10642e commit 86d6359

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/guide.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -884,9 +884,8 @@ fn hello(name: &str) {
884884
When writing doc comments, adding sections for any arguments, return values,
885885
and providing some examples of usage is very, very helpful.
886886

887-
You can use the `rustdoc` tool to generate HTML documentation from these doc
888-
comments. We will talk more about `rustdoc` when we get to modules, as
889-
generally, you want to export documentation for a full module.
887+
You can use the [`rustdoc`](rustdoc.html) tool to generate HTML documentation
888+
from these doc comments.
890889

891890
# Compound Data Types
892891

0 commit comments

Comments
 (0)