We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c17a0 commit 55d20bfCopy full SHA for 55d20bf
src/librustc/lint/builtin.rs
@@ -309,19 +309,19 @@ declare_lint! {
309
declare_lint! {
310
pub INTRA_DOC_LINK_RESOLUTION_FAILURE,
311
Warn,
312
- "warn about documentation intra links resolution failure"
+ "failures in resolving intra-doc link targets"
313
}
314
315
316
pub MISSING_DOC_CODE_EXAMPLES,
317
Allow,
318
- "warn about missing code example in an item's documentation"
+ "detects publicly-exported items without code samples in their documentation"
319
320
321
322
pub PRIVATE_DOC_TESTS,
323
324
- "warn about doc test in private item"
+ "detects code samples in docs of private items not documented by rustdoc"
325
326
327
0 commit comments