Skip to content

Commit 1bcac76

Browse files
xitepiffyio
andauthored
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 800a4f3 commit 1bcac76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parser/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14056,9 +14056,9 @@ impl<'a> Parser<'a> {
1405614056
None
1405714057
});
1405814058
}
14059-
// ~ but skip (pure) whitespace
14059+
// but skip (pure) whitespace
1406014060
Whitespace::Space | Whitespace::Tab | Whitespace::Newline => {
14061-
// ~ consume the token and try with the next whitespace (if any)
14061+
// consume the token and try with the next whitespace (if any)
1406214062
self.next_token_no_skip();
1406314063
}
1406414064
}

0 commit comments

Comments
 (0)