mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 09:12:55 +00:00
Fix clippy.
This commit is contained in:
@@ -143,7 +143,7 @@ pub fn get_codec_test_data_sets() -> Vec<(Vec<u64>, &'static str)> {
|
||||
data_and_names.push((data, "Amazon review product ids SORTED"));
|
||||
|
||||
let data = load_float_dataset("datasets/nooc_temperatures.txt");
|
||||
data_and_names.push((data.clone(), "Temperatures"));
|
||||
data_and_names.push((data, "Temperatures"));
|
||||
|
||||
data_and_names
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user