From 57920e130b8af4fcf2d5ffcb86be733103812da7 Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Wed, 15 Dec 2021 10:58:41 -0800 Subject: [PATCH] Move date-check comment to fix Markdown syntax The inline code wasn't being rendered correctly. --- src/rustdoc-internals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 0d7459b1d..ccf0fcc5f 100644 --- a/src/rustdoc-internals.md +++ b/src/rustdoc-internals.md @@ -73,8 +73,8 @@ Here is the list of passes as of 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 .` to linkify it. This is the code behind the - `rustdoc::bare_urls` lint. + `Go to .` to linkify it. This is the code behind the `rustdoc::bare_urls` lint. - `check-code-block-syntax` validates syntax inside Rust code blocks (```rust)