Use a custom error type in core

This commit is contained in:
Dustin J. Mitchell 2024-11-17 19:03:50 -05:00
parent 5a704729d7
commit dd6cc04d28
No known key found for this signature in database
10 changed files with 47 additions and 21 deletions

1
Cargo.lock generated
View file

@ -1424,6 +1424,7 @@ dependencies = [
"env_logger",
"log",
"pretty_assertions",
"thiserror",
"uuid",
]