Appease clippy

This commit is contained in:
Richard Feldman 2021-03-26 08:39:06 -04:00
parent eadb28b95d
commit 41614c9957

View file

@ -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>),