chore: can safely remove this at this point
This commit is contained in:
parent
e4ef386c44
commit
05eb281f40
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue