mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Update parser/src/lexer.rs
Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
This commit is contained in:
parent
53d7d606a6
commit
825d8f5ff7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue