about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJes Bak Hansen <jeshansen@gmail.com>2020-09-01 20:45:21 +0200
committerJes Bak Hansen <jeshansen@gmail.com>2020-09-01 20:45:21 +0200
commit7eb4b1b4b96642197b1bdeac4998d4d5f725f0cf (patch)
treea1ae1c4c60b6f2e4f870a75371829d61597bd67c
parent58d5ce4929ff4aee3d20973080e0391eb775f3d6 (diff)
Document lint missing_doc_code_examples is nightly-only
-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 d1d6bc1c1fe..8e2869fef55 100644
--- a/src/doc/rustdoc/src/lints.md
+++ b/src/doc/rustdoc/src/lints.md
@@ -51,7 +51,7 @@ warning: missing documentation for a function
 
 ## missing_doc_code_examples
 
-This lint is **allowed by default**. It detects when a documentation block
+This lint is **allowed by default** and is **nightly-only**. It detects when a documentation block
 is missing a code example. For example:
 
 ```rust