mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Format type_annotation.rs and keyword.rs
This commit is contained in:
parent
c22c2259c0
commit
365c65caf1
2 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,4 @@ pub const CRASH: &str = "crash";
|
|||
pub const IMPLEMENTS: &str = "implements";
|
||||
pub const WHERE: &str = "where";
|
||||
|
||||
pub const KEYWORDS: [&str; 10] = [
|
||||
IF, THEN, ELSE, WHEN, AS, IS, DBG, EXPECT, EXPECT_FX, CRASH,
|
||||
];
|
||||
pub const KEYWORDS: [&str; 10] = [IF, THEN, ELSE, WHEN, AS, IS, DBG, EXPECT, EXPECT_FX, CRASH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue