Static rustdoc::lint::PRIVATE_DOC_TESTS
source · pub static PRIVATE_DOC_TESTS: &'static Lint
Expand description
The private_doc_tests
lint detects code samples in docs of private
items not documented by rustdoc
. This is a rustdoc
only lint, see
the documentation in the rustdoc book.