mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 11:33:04 +00:00
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:
commit
c22de44a80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user