Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3e6740a

Browse files
committed
fix date-check annotation some more
1 parent 43fc233 commit 3e6740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:
108108
- `bare_urls` detects links that are not linkified, e.g., in Markdown such as
109109
`Go to https://example.com/.` It suggests wrapping the link with angle brackets:
110110
`Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
111-
date-check: 2022-05 --> `rustdoc::bare_urls` lint.
111+
date-check: may 2022 --> `rustdoc::bare_urls` lint.
112112

113113
- `check_code_block_syntax` validates syntax inside Rust code blocks
114114
(<code>```rust</code>)

0 commit comments

Comments
 (0)