]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/from_iter_instead_of_collect.fixed
Use the traits added to the Rust 2021 Edition prelude
[rust.git] / tests / ui / from_iter_instead_of_collect.fixed
index 12db43b534361feb524ebaf57dd1c656eebd0040..403c3b3e44380ef3a971ab36504d48b2bd0537bb 100644 (file)
@@ -4,7 +4,6 @@
 #![allow(unused_imports)]
 
 use std::collections::{BTreeMap, BTreeSet, HashMap, VecDeque};
-use std::iter::FromIterator;
 
 struct Foo(Vec<bool>);