Apply code review suggestions

This commit is contained in:
Loïc Lecrenier 2022-10-25 09:48:51 +02:00 committed by Clément Renault
parent e9cd6cbbee
commit 4d25c159e6
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 61 additions and 47 deletions

View file

@ -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),