pub static INVALID_CODEBLOCK_ATTRIBUTES: &Lint
Expand description
The invalid_codeblock_attributes
lint detects code block attributes
in documentation examples that have potentially mis-typed values. This
is a rustdoc
only lint, see the documentation in the rustdoc book.