diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 61fd67b8..13c337c7 100644 --- a/src/rustdoc-internals.md +++ b/src/rustdoc-internals.md @@ -108,7 +108,7 @@ Here is the list of passes as of March 2023: - `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. + date-check: 2022-05 --> `rustdoc::bare_urls` lint. - `check_code_block_syntax` validates syntax inside Rust code blocks (```rust)