Remove unused FromIterator

This commit is contained in:
Louis Dureuil 2023-10-30 11:41:56 +01:00
parent dfab6293c9
commit abf424ebfc
No known key found for this signature in database

View File

@ -1,7 +1,6 @@
use std::collections::{BTreeSet, HashSet}; use std::collections::{BTreeSet, HashSet};
use std::fs::File; use std::fs::File;
use std::io::{self, BufReader}; use std::io::{self, BufReader};
use std::iter::FromIterator;
use heed::BytesDecode; use heed::BytesDecode;
use obkv::KvReaderU16; use obkv::KvReaderU16;