MeiliSearch/milli/src/update/index_documents
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
..
extract Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
helpers Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
enrich.rs fix: Remove whitespace trimming during document id validation 2022-08-03 11:38:40 +02:00
mod.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
transform.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
typed_chunk.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00