Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez

rustdoc: fix outdated lint section of the book
This commit is contained in:
Yuki Okushi 2023-01-14 12:04:32 +09:00 committed by GitHub
commit b6b4429063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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