FIX: Removes unused code

This commit is contained in:
Nicolás Hatcher
2024-02-14 09:40:00 +01:00
parent 52773494b3
commit e1bdabed2a
6 changed files with 2 additions and 117 deletions

View File

@@ -648,7 +648,7 @@ impl Parser {
| TokenType::Percent => Node::ParseErrorKind {
formula: self.lexer.get_formula(),
position: 0,
message: format!("Unexpected token: '{}'", next_token),
message: format!("Unexpected token: '{:?}'", next_token),
},
TokenType::LeftBracket => Node::ParseErrorKind {
formula: self.lexer.get_formula(),