diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2023-01-14 12:04:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 12:04:32 +0900 |
| commit | b6b442906337e8df05334ea793690873bcf72d90 (patch) | |
| tree | 0f29bc1ec03f5fec152e5208e1023215a802dbae | |
| parent | 6d8ac8389ead2869e756d4ed1a6ea929f16f1820 (diff) | |
| parent | 6dd1086ead75fe11515382f107c3ac0d00e265c1 (diff) | |
| download | rust-b6b442906337e8df05334ea793690873bcf72d90.tar.gz rust-b6b442906337e8df05334ea793690873bcf72d90.zip | |
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
rustdoc: fix outdated lint section of the book
| -rw-r--r-- | src/doc/rustdoc/src/lints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/lints.md b/src/doc/rustdoc/src/lints.md index bff01d7cb7c..45db3bb9b00 100644 --- a/src/doc/rustdoc/src/lints.md +++ b/src/doc/rustdoc/src/lints.md @@ -261,7 +261,7 @@ typo mistakes for some common attributes. ## `invalid_html_tags` -This lint is **allowed by default** and is **nightly-only**. It detects unclosed +This lint **warns by default**. It detects unclosed or invalid HTML tags. For example: ```rust |
