Update dump/src/error.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2022-12-20 18:08:51 +01:00 committed by GitHub
parent 336ea57384
commit 9e0cce5ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ impl ErrorCode for Error {
Error::Io(e) => e.error_code(),
// These errors either happen when creating a dump and don't need any error code,
// These error come from a internal bad deserialization.
// or come from an internal bad deserialization.
Error::Serde(_) => Code::Internal,
Error::Uuid(_) => Code::Internal,