Simplify highlighting infra
This also fixes the killer whale bug
This commit is contained in:
@@ -446,6 +446,11 @@ struct Foo {
|
||||
}
|
||||
|
||||
impl Foo {
|
||||
/// ```
|
||||
/// let _ = "Call me
|
||||
// KILLER WHALE
|
||||
/// Ishmael.";
|
||||
/// ```
|
||||
pub const bar: bool = true;
|
||||
|
||||
/// Constructs a new `Foo`.
|
||||
|
||||
Reference in New Issue
Block a user