Skip to content

Commit 99299cc

Browse files
committed
clear unnecessary lines
1 parent f40fbbc commit 99299cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,6 @@ impl<'a> Parser<'a> {
597597
}
598598
_ => {}
599599
},
600-
Token::EOF => {
601-
break;
602-
}
603600
_ => {
604601
break;
605602
}

0 commit comments

Comments
 (0)