chore: can safely remove this at this point

This commit is contained in:
rvcas
2023-08-14 17:20:02 -04:00
committed by Lucas
parent e4ef386c44
commit 05eb281f40

View File

@@ -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),