Static rustdoc::lint::MISSING_DOC_CODE_EXAMPLES
source · pub static MISSING_DOC_CODE_EXAMPLES: &'static Lint
Expand description
The missing_doc_code_examples
lint detects publicly-exported items
without code samples in their documentation. This is a rustdoc
only
lint, see the documentation in the rustdoc book.