regex: small cleanups

Just some small polishing. We also get rid of thread_local in favor of
using regex-automata, mostly just in the name of reducing dependencies.
(We should eventually be able to drop thread_local completely.)
This commit is contained in:
Andrew Gallant
2023-06-17 21:47:37 -04:00
parent a6dbff502f
commit a775b493fd
5 changed files with 62 additions and 51 deletions

1
Cargo.lock generated
View File

@@ -202,7 +202,6 @@ dependencies = [
"regex",
"regex-automata 0.3.0",
"regex-syntax",
"thread_local",
]
[[package]]