Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BoettcherDasOriginal committed Sep 10, 2023
1 parent a8f346a commit c1246ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ impl Parser {
continue;
}
else if win && p == Token::Rparen {
win = false;
break;
}

Expand Down

0 comments on commit c1246ff

Please sign in to comment.