diff options
Diffstat (limited to 'crates/typst-syntax/src')
| -rw-r--r-- | crates/typst-syntax/src/lexer.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/typst-syntax/src/lexer.rs b/crates/typst-syntax/src/lexer.rs index 156f9404..ecb800ba 100644 --- a/crates/typst-syntax/src/lexer.rs +++ b/crates/typst-syntax/src/lexer.rs @@ -145,10 +145,6 @@ impl Lexer<'_> { depth += 1; '_' } - ('/', '/') => { - self.line_comment(); - '_' - } _ => c, } } |
