Skip to content

Commit 3b8e48c

Browse files
committed
docs(lexer): fix doc comment
1 parent a730f99 commit 3b8e48c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/oxc_parser/src/lexer/byte_handlers.rs

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ macro_rules! byte_handler {
108108
/// // SAFETY: This macro is only used for ASCII characters
109109
/// unsafe {
110110
/// use assert_unchecked::assert_unchecked;
111-
/// let s = lexer.current.chars.as_str();
112111
/// assert_unchecked!(!lexer.source.is_eof());
113112
/// assert_unchecked!(lexer.source.peek_byte_unchecked() < 128);
114113
/// }

0 commit comments

Comments
 (0)