diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-05-11 09:28:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 09:28:06 +0900 |
| commit | fd381134af0160addffbb999e2d38ec4351afa5d (patch) | |
| tree | 3fab9e5ad70fdd4058ead6c6755a1db450fe5ca9 | |
| parent | c65663a78141d0baa5d5b0905f15acee1193a215 (diff) | |
| parent | c016e93d96983b97a29f5e18b4207341599cbf2b (diff) | |
| download | rust-fd381134af0160addffbb999e2d38ec4351afa5d.tar.gz rust-fd381134af0160addffbb999e2d38ec4351afa5d.zip | |
Rollup merge of #85002 - jyn514:releases, r=Mark-Simulacrum
RELEASES.md: Use broken_intra_doc_links as an example, not nightly lint `non_autolinks` has since been renamed and also was unstable at the time this was written.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 1f940e6bc2d..92312d8d556 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -58,7 +58,7 @@ The following previously stable APIs are now `const`. Rustdoc ------- - [Rustdoc lints are now treated as a tool lint, meaning that - lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::non_autolinks)]`).][80527] + lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::broken_intra_doc_links)]`).][80527] Using the old style is still allowed, and will become a warning in a future release. - [Rustdoc now supports argument files.][82261] |
