mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Make clippy happy
This commit is contained in:
@ -55,7 +55,7 @@ fn bench_formatting(c: &mut criterion::Criterion) {
|
||||
group.bench_function(conf.name, |b| {
|
||||
b.iter(|| {
|
||||
let mut matcher = conf.matching_words.build(conf.text);
|
||||
matcher.format(option.clone());
|
||||
matcher.format(*option);
|
||||
})
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user