mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-15 19:00:44 +00:00
Extract vector points: remove the {
This commit is contained in:
@ -882,8 +882,7 @@ fn regenerate_all_fragments<'a>(
|
||||
let name = &new.name;
|
||||
let new = RequestFragmentExtractor::new(new, doc_alloc).ignore_errors();
|
||||
|
||||
let diff =
|
||||
{ new.extract(&obkv_document, &()) }.expect("ignoring errors so this cannot fail");
|
||||
let diff = new.extract(&obkv_document, &()).expect("ignoring errors so this cannot fail");
|
||||
if let Some(value) = diff {
|
||||
fragment_diff.push((name.clone(), value));
|
||||
}
|
||||
|
Reference in New Issue
Block a user