fune/third_party/rust/regex-automata/tests/fuzz/mod.rs
Mike Hommey c5503d7f3e Bug 1854045 - Update regex to 1.9.4. r=emilio,supply-chain-reviewers
The main side effect is the upgrade of aho-corasick to 1.1, which
contains a SIMD implementation for aarch64.

Differential Revision: https://phabricator.services.mozilla.com/D188673
2023-11-21 01:55:17 +00:00

2 lines
23 B
Rust

mod dense;
mod sparse;