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
caa6a7149a
commit
9fffb8e83d
6 changed files with 11 additions and 12 deletions
|
@ -730,7 +730,7 @@ pub fn perform_search(
|
|||
let mut ids = BTreeSet::new();
|
||||
for attr in attrs {
|
||||
if attr == "*" {
|
||||
ids = displayed_ids.clone();
|
||||
ids.clone_from(&displayed_ids);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue