Skip to content

Commit 7340eb8

Browse files
committed
Move date-check comment to fix Markdown syntax
The inline code wasn't being rendered correctly.
1 parent 35dce02 commit 7340eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustdoc-internals.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Here is the list of passes as of <!-- date: 2021-10 --> October 2021:
7373

7474
- `check-bare-urls` detects links that are not linkified, e.g., in Markdown such as
7575
`Go to https://example.com/.` It suggests wrapping the link with angle brackets:
76-
`Go to <https://example.com/>.` to linkify it. This is the code behind the
77-
<!-- date: 2021-10 --> `rustdoc::bare_urls` lint.
76+
`Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
77+
date: 2021-10 --> `rustdoc::bare_urls` lint.
7878

7979
- `check-code-block-syntax` validates syntax inside Rust code blocks
8080
(<code>```rust</code>)

0 commit comments

Comments
 (0)