MeiliSearch/milli/src
Ewan Higgs beb987d3d1 Fixing piles of clippy errors.
Most of these are calling clone when the struct supports Copy.

Many are using & and &mut on `self` when the function they are called
from already has an immutable or mutable borrow so this isn't needed.

I tried to stay away from actual changes or places where I'd have to
name fresh variables.
2022-10-13 22:02:54 +02:00
..
documents Simplify documents! macro to reduce compile times 2022-10-12 09:22:05 +02:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Run cargo fmt 2022-08-17 12:17:18 +02:00
search Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
snapshots/index.rs/initial_field_distribution Refactor snapshot tests 2022-08-10 15:53:46 +02:00
update Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
asc_desc.rs Simplify the error creation with thiserror and a smol friendly macro 2022-05-04 17:24:00 +02:00
criterion.rs Improves ranking rules error message 2022-05-20 21:25:43 +02:00
error.rs bump heed 2022-08-17 17:05:50 +02:00
external_documents_ids.rs Fasten the document deletion 2022-07-05 15:30:33 +02:00
fields_ids_map.rs format the whole project 2021-06-16 18:33:33 +02:00
index.rs expose the size methods 2022-08-17 17:07:38 +02:00
lib.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
snapshot_tests.rs Fix db_snap macro with inline parameter 2022-08-10 15:55:22 +02:00