Skip to content

Commit

Permalink
Move date-check comment to fix Markdown syntax
Browse files Browse the repository at this point in the history
The inline code wasn't being rendered correctly.
  • Loading branch information
camelid committed Dec 15, 2021
1 parent a6d684f commit 19983e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustc-dev-guide/src/rustdoc-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Here is the list of passes as of <!-- date: 2021-10 --> October 2021:

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

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

0 comments on commit 19983e7

Please sign in to comment.