mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Make Clippy happy
This commit is contained in:
parent
a385642ec3
commit
d9fea0143f
3 changed files with 8 additions and 9 deletions
|
@ -110,8 +110,7 @@ where
|
|||
ControlFlow::Break(_) => return Ok(()),
|
||||
}
|
||||
} else {
|
||||
let starting_key =
|
||||
FacetGroupKey { field_id, level: level.0 - 1, left_bound: left_bound };
|
||||
let starting_key = FacetGroupKey { field_id, level: level.0 - 1, left_bound };
|
||||
for el in db.range(rtxn, &(&starting_key..)).unwrap().take(group_size as usize) {
|
||||
let (key, value) = el.unwrap();
|
||||
// The range is unbounded on the right and the group size for the highest level is MAX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue