diff --git a/src/doc/rustdoc/src/intra-doc-links.md b/src/doc/rustdoc/src/intra-doc-links.md index d203978111547..a0781e2e7690f 100644 --- a/src/doc/rustdoc/src/intra-doc-links.md +++ b/src/doc/rustdoc/src/intra-doc-links.md @@ -7,7 +7,6 @@ Rustdoc is capable of directly linking to other rustdoc pages in Markdown docume For example, in the following code all of the links will link to the rustdoc page for `Bar`: ```rust - /// This struct is not [Bar] pub struct Foo1;