mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
docs(lexer): fix doc comment (#8664)
The comment showing expansion of `ascii_byte_handler!` macro was inaccurate.
This commit is contained in:
parent
ae895d8c0e
commit
3be03926e8
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ macro_rules! byte_handler {
|
||||||
/// // SAFETY: This macro is only used for ASCII characters
|
/// // SAFETY: This macro is only used for ASCII characters
|
||||||
/// unsafe {
|
/// unsafe {
|
||||||
/// use assert_unchecked::assert_unchecked;
|
/// use assert_unchecked::assert_unchecked;
|
||||||
/// let s = lexer.current.chars.as_str();
|
|
||||||
/// assert_unchecked!(!lexer.source.is_eof());
|
/// assert_unchecked!(!lexer.source.is_eof());
|
||||||
/// assert_unchecked!(lexer.source.peek_byte_unchecked() < 128);
|
/// assert_unchecked!(lexer.source.peek_byte_unchecked() < 128);
|
||||||
/// }
|
/// }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue