Rollup merge of #76212 - JesHansen:fix-lint-doc, r=jyn514

Document lint missing_doc_code_examples is nightly-only

Closes #76194
This commit is contained in:
Tyler Mandry 2020-09-01 18:24:44 -07:00 committed by GitHub
commit c22de44a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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