mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Apply code review suggestions
This commit is contained in:
parent
e9cd6cbbee
commit
4d25c159e6
4 changed files with 61 additions and 47 deletions
|
@ -26,7 +26,7 @@ pub enum Error {
|
|||
Heed(#[from] heed::Error),
|
||||
#[error(transparent)]
|
||||
Milli(#[from] milli::Error),
|
||||
#[error("An unexpected crash occurred when processing the task")]
|
||||
#[error("An unexpected crash occurred when processing the task.")]
|
||||
ProcessBatchPanicked,
|
||||
#[error(transparent)]
|
||||
FileStore(#[from] file_store::Error),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue