mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
fmt
This commit is contained in:
@@ -400,8 +400,8 @@ impl<'a> Lexer<'a> {
|
||||
let start = self.offset;
|
||||
self.eat_and_assert(|b| b == b'/');
|
||||
match self.peek() {
|
||||
// C-style comments begin with "/*" and extend up to and
|
||||
// including the next "*/" character pair or until
|
||||
// C-style comments begin with "/*" and extend up to and
|
||||
// including the next "*/" character pair or until
|
||||
// the end of input, whichever comes first.
|
||||
Some(b'*') => {
|
||||
self.eat_and_assert(|b| b == b'*');
|
||||
|
||||
Reference in New Issue
Block a user