mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-21 20:34:08 +00:00
Appease clippy
This commit is contained in:
parent
eadb28b95d
commit
41614c9957
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ pub enum SyntaxError<'a> {
|
|||
ReservedKeyword(Region),
|
||||
ArgumentsBeforeEquals(Region),
|
||||
NotYetImplemented(String),
|
||||
TODO,
|
||||
Todo,
|
||||
Type(Type<'a>),
|
||||
Pattern(EPattern<'a>),
|
||||
Expr(EExpr<'a>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue