This commit is contained in:
Folkert 2021-03-12 03:44:03 +01:00
parent f5f98b2400
commit fd5ab353db
5 changed files with 10 additions and 10 deletions

View file

@ -427,7 +427,7 @@ fn eat_spaces<'a>(
col,
bytes,
comments_and_newlines,
};
}
}
fn eat_line_comment<'a>(
@ -501,5 +501,5 @@ fn eat_line_comment<'a>(
col,
bytes,
comments_and_newlines,
};
}
}