Static rustdoc::lint::PRIVATE_INTRA_DOC_LINKS
source · [−]pub static PRIVATE_INTRA_DOC_LINKS: &'static Lint
Expand description
This is a subset of broken_intra_doc_links
that warns when linking from
a public item to a private one. This is a rustdoc
only lint, see the
documentation in the rustdoc book.