]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/get_unwrap.rs
Use the traits added to the Rust 2021 Edition prelude
[rust.git] / tests / ui / get_unwrap.rs
index d77a202aa39c3455026a095bd64e71b56c13fa40..786749daa746e802a228c5cf1165ee544ce1fc20 100644 (file)
@@ -7,7 +7,6 @@
 use std::collections::BTreeMap;
 use std::collections::HashMap;
 use std::collections::VecDeque;
-use std::iter::FromIterator;
 
 struct GetFalsePositive {
     arr: [u32; 3],