Function rustdoc::passes::lint::unescaped_backticks::can_suggest_backtick
source · fn can_suggest_backtick(dox: &str, index: usize) -> bool
Expand description
Returns whether inserting a backtick at dox[index]
will not produce double backticks.