mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove lots of Arcs
This commit is contained in:
parent
ef007d547d
commit
29f6eeff8f
22 changed files with 112 additions and 118 deletions
|
@ -103,7 +103,7 @@ impl TempIndex {
|
|||
embedders,
|
||||
&|| false,
|
||||
&Progress::default(),
|
||||
Default::default(),
|
||||
&Default::default(),
|
||||
)
|
||||
})
|
||||
.unwrap()?;
|
||||
|
@ -186,7 +186,7 @@ impl TempIndex {
|
|||
embedders,
|
||||
&|| false,
|
||||
&Progress::default(),
|
||||
Default::default(),
|
||||
&Default::default(),
|
||||
)
|
||||
})
|
||||
.unwrap()?;
|
||||
|
@ -261,7 +261,7 @@ fn aborting_indexation() {
|
|||
embedders,
|
||||
&|| should_abort.load(Relaxed),
|
||||
&Progress::default(),
|
||||
Default::default(),
|
||||
&Default::default(),
|
||||
)
|
||||
})
|
||||
.unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue