about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/rustdoc/src/intra-doc-links.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/intra-doc-links.md b/src/doc/rustdoc/src/intra-doc-links.md
index d2039781115..a0781e2e769 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;