mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Remove useless clone
This commit is contained in:
parent
0f6dd133b2
commit
2ff382c023
2 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,7 @@ impl IndexScheduler {
|
|||
.execute(
|
||||
|indexing_step| tracing::debug!(update = ?indexing_step),
|
||||
|| must_stop_processing.get(),
|
||||
embedder_stats.clone(),
|
||||
embedder_stats,
|
||||
)
|
||||
.map_err(|err| Error::from_milli(err, Some(index_uid.clone())))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue