mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Remove the roaring operation functions warnings
This commit is contained in:
@ -173,7 +173,7 @@ impl<'a> Search<'a> {
|
||||
|
||||
let mut candidates = distinct.distinct(candidates, excluded);
|
||||
|
||||
initial_candidates.union_with(&bucket_candidates);
|
||||
initial_candidates |= bucket_candidates;
|
||||
|
||||
if offset != 0 {
|
||||
let discarded = candidates.by_ref().take(offset).count();
|
||||
|
Reference in New Issue
Block a user