mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
301f02172e
commit
6d746269fc
2 changed files with 4 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue