We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7edc93b + 7eb4b1b commit c22de44Copy full SHA for c22de44
src/doc/rustdoc/src/lints.md
@@ -51,7 +51,7 @@ warning: missing documentation for a function
51
52
## missing_doc_code_examples
53
54
-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
55
is missing a code example. For example:
56
57
```rust
0 commit comments