We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d01ca commit 8307567Copy full SHA for 8307567
src/rustdoc-internals.md
@@ -108,7 +108,7 @@ Here is the list of passes as of <!-- date-check --> March 2023:
108
- `bare_urls` detects links that are not linkified, e.g., in Markdown such as
109
`Go to https://example.com/.` It suggests wrapping the link with angle brackets:
110
`Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
111
- date-check: 2022-05 --> `rustdoc::bare_urls` lint.
+ date-check: may 2022 --> `rustdoc::bare_urls` lint.
112
113
- `check_code_block_syntax` validates syntax inside Rust code blocks
114
(<code>```rust</code>)
0 commit comments