We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dce02 commit 7340eb8Copy full SHA for 7340eb8
src/rustdoc-internals.md
@@ -73,8 +73,8 @@ Here is the list of passes as of <!-- date: 2021-10 --> October 2021:
73
74
- `check-bare-urls` detects links that are not linkified, e.g., in Markdown such as
75
`Go to https://example.com/.` It suggests wrapping the link with angle brackets:
76
- `Go to <https://example.com/>.` to linkify it. This is the code behind the
77
- <!-- date: 2021-10 --> `rustdoc::bare_urls` lint.
+ `Go to <https://example.com/>.` to linkify it. This is the code behind the <!--
+ date: 2021-10 --> `rustdoc::bare_urls` lint.
78
79
- `check-code-block-syntax` validates syntax inside Rust code blocks
80
(<code>```rust</code>)
0 commit comments