feat: remove check assignment

This commit is contained in:
rvcas
2023-02-01 20:25:56 -05:00
committed by Lucas
parent 21251d6499
commit 88ce8ba8b9
5 changed files with 0 additions and 21 deletions

View File

@@ -61,7 +61,6 @@ pub enum Token {
// Keywords (alphabetically):
As,
Assert,
Check,
Const,
Fn,
If,
@@ -142,7 +141,6 @@ impl fmt::Display for Token {
Token::NewLine => "NEWLINE",
Token::As => "as",
Token::Assert => "assert",
Token::Check => "check",
Token::When => "when",
Token::Is => "is",
Token::Const => "const",