Remove another unwrap on regex compilation (#29984)

Follow up to #29979

Release Notes:

- Fixed a (hypothetical) panic in terminal search
This commit is contained in:
Conrad Irwin 2025-05-06 11:18:03 +01:00 committed by GitHub
parent 848c4f77a6
commit 4fdd14c3d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 51 deletions

1
Cargo.lock generated
View file

@ -14746,6 +14746,7 @@ dependencies = [
"log",
"project",
"rand 0.8.5",
"regex",
"schemars",
"search",
"serde",