about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2023-01-14 12:04:32 +0900
committerGitHub <noreply@github.com>2023-01-14 12:04:32 +0900
commitb6b442906337e8df05334ea793690873bcf72d90 (patch)
tree0f29bc1ec03f5fec152e5208e1023215a802dbae
parent6d8ac8389ead2869e756d4ed1a6ea929f16f1820 (diff)
parent6dd1086ead75fe11515382f107c3ac0d00e265c1 (diff)
downloadrust-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.md2
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