mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
Document lint missing_doc_code_examples is nightly-only
This commit is contained in:
parent
58d5ce4929
commit
7eb4b1b4b9
@ -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