Implement ErrorCode on the milli::Error type

This commit is contained in:
Kerollmops 2022-10-04 10:38:17 +02:00 committed by Clément Renault
parent d76634a36c
commit 91e13c2824
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
6 changed files with 45 additions and 10 deletions

1
Cargo.lock generated
View file

@ -2483,6 +2483,7 @@ name = "meilisearch-types"
version = "0.29.1"
dependencies = [
"actix-web",
"milli 0.33.0",
"proptest",
"proptest-derive",
"serde",