MeiliSearch/milli/src/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
..
criteria Merge #659 2022-11-03 15:24:38 +00:00
distinct Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
facet refactor: match for filterCondition 2022-11-03 17:34:33 +09:00
matches Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
fst_utils.rs custom fst automatons 2022-03-15 17:38:35 +01:00
mod.rs Further unify facet databases of f64s and strings 2022-10-26 13:47:04 +02:00
query_tree.rs Simplify stop word checking in create_primitive_query 2022-10-26 19:09:44 +05:30