Define and use IMPLEMENTS const in roc_parse::keyword

This commit is contained in:
Bryce Miller 2023-05-29 07:21:27 -04:00
parent 9640fcb6d4
commit e514d0cb83
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
12 changed files with 37 additions and 26 deletions

View file

@ -1641,7 +1641,7 @@ fn parse_expr_end<'a>(
value:
Expr::Var {
module_name: "",
ident: "implements",
ident: crate::keyword::IMPLEMENTS,
},
..
},