This commit is contained in:
Folkert 2021-03-15 23:14:22 +01:00
parent 301f02172e
commit 6d746269fc
2 changed files with 4 additions and 2 deletions

View file

@ -174,6 +174,7 @@ fn to_syntax_report<'a>(
}
}
#[allow(clippy::enum_variant_names)]
enum Context {
InNode(Node, Row, Col, Box<Context>),
InDef(Row, Col),