This commit is contained in:
Folkert 2021-03-15 13:27:23 +01:00
parent 9442914fb6
commit b18bd26067
2 changed files with 2 additions and 18 deletions

View file

@ -254,7 +254,6 @@ fn end_of_file<'a>() -> impl Parser<'a, (), SyntaxError<'a>> {
if state.has_reached_end() {
Ok((NoProgress, (), state))
} else {
dbg!(state);
Err((
NoProgress,
SyntaxError::NotEndOfFile(state.line, state.column),