mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
#2439 made using `continue_if` in `byte_search!` macro safe, as it no longer continues the main loop after a match, so no danger of reading out of bounds if `continue_if` code fast-forwards the current position. This follow-on PR removes the unsafe blocks, and uses that fast-forward ability in a couple of places. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||