about summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-04-05 09:25:36 -0400
committerGitHub <noreply@github.com>2021-04-05 09:25:36 -0400
commitff245dab413e0ae2dced431392a54755b57e6491 (patch)
tree5cfd945e19ca5620d6198ea58845921d32f01ed3 /src/doc/rustdoc
parentd19083d9da626080cb4617caa9be8f234a9a80fa (diff)
downloadrust-ff245dab413e0ae2dced431392a54755b57e6491.tar.gz
rust-ff245dab413e0ae2dced431392a54755b57e6491.zip
Apply suggestions from code review
Co-authored-by: Camelid <camelidcamel@gmail.com>
Co-authored-by: Nemo157 <github@nemo157.com>
Diffstat (limited to 'src/doc/rustdoc')
-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 7a3afb2cfb8..a6626679a7d 100644
--- a/src/doc/rustdoc/src/lints.md
+++ b/src/doc/rustdoc/src/lints.md
@@ -296,7 +296,7 @@ warning: 2 warnings emitted
 
 ## bare_urls
 
-This lint is **nightly-only** and **warns by default**. It detects URLs which are not links.
+This lint is **warn-by-default**. It detects URLs which are not links.
 For example:
 
 ```rust