Update parser/src/lexer.rs

Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
This commit is contained in:
Jeong, YunWon 2023-05-16 02:20:24 +09:00 committed by GitHub
parent 53d7d606a6
commit 825d8f5ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -466,7 +466,7 @@ where
}
}
/// abandon a comment
/// Discard comment if full-lexer is not enabled.
#[cfg(not(feature = "full-lexer"))]
fn lex_comment(&mut self) {
loop {