Static rustdoc::lint::UNESCAPED_BACKTICKS

source ·
pub static UNESCAPED_BACKTICKS: &Lint
Expand 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.