MeiliSearch/milli/tests/search
bors[bot] 6add470805
Merge #659
659: Fix clippy error to add clippy job on Ci r=Kerollmops a=unvalley

## Related PR
This PR is for #673 

## What does this PR do?
- ~~add `Run Clippy` job to CI (rust.yml)~~
- apply `cargo clippy --fix` command
- fix some `cargo clippy` error manually (but warnings still remain on tests)

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?


Co-authored-by: unvalley <kirohi.code@gmail.com>
Co-authored-by: unvalley <38400669+unvalley@users.noreply.github.com>
2022-11-03 15:24:38 +00:00
..
distinct.rs Introduce an indexation abortion function when indexing documents 2022-10-17 17:28:03 +02:00
facet_distribution.rs Introduce an indexation abortion function when indexing documents 2022-10-17 17:28:03 +02:00
filters.rs replace optional_words by term_matching_strategy 2022-08-22 17:47:19 +02:00
mod.rs Merge #659 2022-11-03 15:24:38 +00:00
phrase_search.rs Update phrase search to use new execute method 2022-10-26 23:07:20 +05:30
query_criteria.rs Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
sort.rs replace optional_words by term_matching_strategy 2022-08-22 17:47:19 +02:00
typo_tolerance.rs Introduce an indexation abortion function when indexing documents 2022-10-17 17:28:03 +02:00