MeiliSearch/milli/src/heed_codec
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
..
facet Merge #659 2022-11-03 15:24:38 +00:00
roaring_bitmap Apply suggestions 2022-03-15 14:18:29 +01:00
roaring_bitmap_length format the whole project 2021-06-16 18:33:33 +02:00
beu32_str_codec.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
byte_slice_ref.rs Move StrRefCodec and ByteSliceRefCodec to their own files 2022-10-26 13:47:46 +02:00
field_id_word_count_codec.rs Use an u16 field id instead of one byte 2021-07-06 11:58:03 +02:00
mod.rs Fix formatting and warning after rebasing from main 2022-10-26 13:49:33 +02:00
obkv_codec.rs Use an u16 field id instead of one byte 2021-07-06 11:58:03 +02:00
str_beu32_codec.rs Simplify word level position DB into a word position DB 2021-10-05 12:15:02 +02:00
str_ref.rs Move StrRefCodec and ByteSliceRefCodec to their own files 2022-10-26 13:47:46 +02:00
str_str_u8_codec.rs Rename StrStrU8Codec to U8StrStrCodec and reorder its fields 2022-10-18 10:37:34 +02:00