SIGN IN SIGN UP

Remove unnecessary Arc from AhoCorasick since it's using it internally (#25379)

This PR removes the unnecessary `Arc` around the `AhoCorasick` struct,
since [it's already using it
internally](https://docs.rs/aho-corasick/latest/aho_corasick/struct.AhoCorasick.html#cloning).

Release Notes:

- N/A
P
Péter Leéh committed
328e4d62785b9af7ecd4015f2905c8e9497dbc60
Parent: 83513ba
Committed by GitHub <noreply@github.com> on 2/22/2025, 9:13:35 AM