From abf424ebfc1addeb60ad897e9bf210e9d4a38e04 Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 30 Oct 2023 11:41:56 +0100 Subject: [PATCH] Remove unused FromIterator --- milli/src/update/index_documents/extract/extract_word_docids.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/milli/src/update/index_documents/extract/extract_word_docids.rs b/milli/src/update/index_documents/extract/extract_word_docids.rs index a95162236..5266e9bff 100644 --- a/milli/src/update/index_documents/extract/extract_word_docids.rs +++ b/milli/src/update/index_documents/extract/extract_word_docids.rs @@ -1,7 +1,6 @@ use std::collections::{BTreeSet, HashSet}; use std::fs::File; use std::io::{self, BufReader}; -use std::iter::FromIterator; use heed::BytesDecode; use obkv::KvReaderU16;