oxc/crates/oxc_parser
overlookmotel 51ac392ae4
refactor(parser): mark ByteHandlers unsafe (#2212)
All the ASCII `ByteHandler`s are unsafe to call. I forgot to mark them
as unsafe when making that change.

This PR fixes that, and will make it harder for someone to accidentally
call one of them without considering the safety invariants.
2024-01-30 12:23:35 +08:00
..
examples chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
src refactor(parser): mark ByteHandlers unsafe (#2212) 2024-01-30 12:23:35 +08:00
Cargo.toml chore(deps): update cargo (#2138) 2024-01-23 14:48:04 +08:00