Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserthe13th committed Oct 19, 2021
1 parent 5610471 commit e47a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Parser {
},
LexTokenType::Yoksa => {
let last_blocktoken = blocktokens.pop().unwrap();
let tp = match last_blocktoken {
match last_blocktoken {
BlockToken::İse(bip) => {
let ise = &mut parsed[bip];
match ise.typ {
Expand Down

0 comments on commit e47a599

Please sign in to comment.