mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove useless clone
This commit is contained in:
parent
0f6dd133b2
commit
2ff382c023
2 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@ impl<'a, 't, 'i> Settings<'a, 't, 'i> {
|
|||
IndexDocumentsConfig::default(),
|
||||
&progress_callback,
|
||||
&should_abort,
|
||||
&embedder_stats,
|
||||
embedder_stats,
|
||||
)?;
|
||||
|
||||
indexing_builder.execute_raw(output)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue