mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-28 14:36:27 +00:00
fix clippy
This commit is contained in:
@@ -323,7 +323,7 @@ impl<S: IndexStore + Sync + Send> IndexActor<S> {
|
||||
})
|
||||
.await
|
||||
.map_err(|e| IndexError::Error(e.into()))?
|
||||
.map_err(|e| IndexError::Error(e.into()))?;
|
||||
.map_err(IndexError::Error)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user