fix date-check annotation

This commit is contained in:
Tshepang Mbambo 2023-03-14 05:35:57 +02:00
parent ea585370c8
commit fa092136c0
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Here is the list of passes as of <!-- date-check --> 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 <https://example.com/>.` to linkify it. This is the code behind the <!--
date: 2022-05 --> `rustdoc::bare_urls` lint.
date-check: 2022-05 --> `rustdoc::bare_urls` lint.
- `check_code_block_syntax` validates syntax inside Rust code blocks
(<code>```rust</code>)