Static rustdoc::lint::UNESCAPED_BACKTICKS
source · pub static UNESCAPED_BACKTICKS: &LintExpand description
The unescaped_backticks lint detects unescaped backticks (`), which usually
mean broken inline code. This is a rustdoc only lint, see the documentation
in the rustdoc book.