From 83075676171ef81c22450076ff66f04fbadf7fa9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 14 Mar 2023 05:37:07 +0200 Subject: [PATCH] fix date-check annotation some more --- src/rustdoc-internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustdoc-internals.md b/src/rustdoc-internals.md index 13c337c7..8f5d485f 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: may 2022 --> `rustdoc::bare_urls` lint. - `check_code_block_syntax` validates syntax inside Rust code blocks (```rust)