Skip to content

Commit

Permalink
Rollup merge of rust-lang#76212 - JesHansen:fix-lint-doc, r=jyn514
Browse files Browse the repository at this point in the history
Document lint missing_doc_code_examples is nightly-only

Closes rust-lang#76194
  • Loading branch information
tmandry committed Sep 2, 2020
2 parents 7edc93b + 7eb4b1b commit c22de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c22de44

Please sign in to comment.