]> git.proxmox.com Git - rustc.git/blobdiff - library/alloc/src/collections/btree/set/tests.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / library / alloc / src / collections / btree / set / tests.rs
index 7b8d41a603176b07a1e3a6b648ab9cbac577f14d..a7c839d77ed4c56d840dd9dd4e77e19c355fb3a3 100644 (file)
@@ -4,7 +4,6 @@ use crate::testing::rng::DeterministicRng;
 use crate::vec::Vec;
 use std::cmp::Ordering;
 use std::hash::{Hash, Hasher};
-use std::iter::FromIterator;
 use std::ops::Bound::{Excluded, Included};
 use std::panic::{catch_unwind, AssertUnwindSafe};