typos/crates/typos
Ed Page bf98193204 perf(token): Don't allow unbounded backtrackable parsing
In some test data for rinja, they check some parsing corner cases.
Unfortunately for us, also hit a performance corner case.
The entire file was a valid email username but without an `@`.
This mean for every byte, we checked that every byte after it was a
valid username but then backtracked at the end, repeating this until the
whole file was read.

Fixes #1088
2024-08-30 14:52:13 -05:00
..
src perf(token): Don't allow unbounded backtrackable parsing 2024-08-30 14:52:13 -05:00
Cargo.toml chore: Release 2024-08-23 13:58:12 -05:00