mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix clippy
This commit is contained in:
parent
7efb1cae11
commit
39c83cb3d9
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ impl<'i> FacetsUpdate<'i> {
|
||||||
.index
|
.index
|
||||||
.facet_id_normalized_string_strings
|
.facet_id_normalized_string_strings
|
||||||
.remap_key_type::<Bytes>()
|
.remap_key_type::<Bytes>()
|
||||||
.get(wtxn, &key_bytes)?
|
.get(wtxn, key_bytes)?
|
||||||
.unwrap_or_default();
|
.unwrap_or_default();
|
||||||
|
|
||||||
let add_set = deladd_reader
|
let add_set = deladd_reader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue