From 271e2a988faa00e7cd1308641ade1f25304ef459 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 9 Jul 2020 08:31:44 -0700 Subject: [PATCH] Update src/doc/rustdoc/src/intra-doc-links.md --- src/doc/rustdoc/src/intra-doc-links.md | 1 - 1 file changed, 1 deletion(-) 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;