chore: can safely remove this at this point
This commit is contained in:
@@ -103,7 +103,6 @@ impl TypedModule {
|
||||
fn str_to_keyword(word: &str) -> Option<Token> {
|
||||
// Alphabetical keywords:
|
||||
match word {
|
||||
"assert" => Some(Token::Expect),
|
||||
"expect" => Some(Token::Expect),
|
||||
"else" => Some(Token::Else),
|
||||
"is" => Some(Token::Is),
|
||||
|
||||
Reference in New Issue
Block a user