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:
parent
848c4f77a6
commit
4fdd14c3d8
3 changed files with 12 additions and 51 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -14746,6 +14746,7 @@ dependencies = [
|
|||
"log",
|
||||
"project",
|
||||
"rand 0.8.5",
|
||||
"regex",
|
||||
"schemars",
|
||||
"search",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue