MeiliSearch/milli/src/search/matches
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
..
matching_words.rs Use Charabia in milli 2022-06-02 16:59:11 +02:00
mod.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00