mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 22:56:28 +00:00
Remove the roaring operation functions warnings
This commit is contained in:
@ -181,7 +181,7 @@ fn compute_facet_number_levels<'t>(
|
||||
}
|
||||
|
||||
// The right bound is always the bound we run through.
|
||||
group_docids.union_with(&docids);
|
||||
group_docids |= docids;
|
||||
right = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user