Appease *some* of clippy warnings

This commit is contained in:
Louis Dureuil
2024-09-30 16:08:29 +02:00
parent 8df6daf308
commit 64589278ac
7 changed files with 13 additions and 12 deletions

View File

@ -122,7 +122,7 @@ impl<'a, 'i> Transform<'a, 'i> {
// We initialize the sorter with the user indexing settings.
let original_sorter = create_sorter(
grenad::SortAlgorithm::Stable,
merge_function.clone(),
merge_function,
indexer_settings.chunk_compression_type,
indexer_settings.chunk_compression_level,
indexer_settings.max_nb_chunks,