Document lint missing_doc_code_examples is nightly-only

This commit is contained in:
Jes Bak Hansen 2020-09-01 20:45:21 +02:00
parent 58d5ce4929
commit 7eb4b1b4b9

View File

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