We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d5ce4 commit 7eb4b1bCopy full SHA for 7eb4b1b
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