Skip to content

Commit

Permalink
refactor(parser): remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Mar 7, 2024
1 parent b59a582 commit 65f82a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fuse-parser/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ impl<'a> Lexer<'a> {

fn next_with_trivia(&mut self) -> TokenReference {
let mut leading_trivia = Vec::new();
let mut errors: Option<Vec<LexerError>> = None;

let token = loop {
let next = self.next();
Expand Down

0 comments on commit 65f82a8

Please sign in to comment.