Merge branch 'main' into tmp-release-v1.5.0

This commit is contained in:
Clément Renault 2023-11-21 16:30:46 +01:00
commit 7cb7e37ba8
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
184 changed files with 3972 additions and 7137 deletions

View file

@ -324,7 +324,6 @@ impl ErrorCode for milli::Error {
UserError::SerdeJson(_)
| UserError::InvalidLmdbOpenOptions
| UserError::DocumentLimitReached
| UserError::AccessingSoftDeletedDocument { .. }
| UserError::UnknownInternalDocumentId { .. } => Code::Internal,
UserError::InvalidStoreFile => Code::InvalidStoreFile,
UserError::NoSpaceLeftOnDevice => Code::NoSpaceLeftOnDevice,