mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-28 14:36:27 +00:00
Add tests on every platform and fix clippy errors
This commit is contained in:
@@ -197,7 +197,7 @@ impl<S: IndexStore + Sync + Send> IndexActor<S> {
|
||||
.map_err(|e| IndexError::Error(e.into()))
|
||||
}
|
||||
|
||||
*self.processing.write().await = Some(meta.index_uuid().clone());
|
||||
*self.processing.write().await = Some(*meta.index_uuid());
|
||||
let result = get_result(self, meta, data).await;
|
||||
*self.processing.write().await = None;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user