Skip to content

Commit 2dbf268

Browse files
committed
Remove unused uses.
1 parent 6b88073 commit 2dbf268

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/liballoc/tests/binary_heap.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
use std::collections::BinaryHeap;
22
use std::collections::binary_heap::{Drain, PeekMut};
3-
use std::panic::{self, AssertUnwindSafe};
4-
use std::sync::atomic::{AtomicUsize, Ordering};
53
use std::iter::TrustedLen;
64

7-
use rand::{thread_rng, seq::SliceRandom};
8-
95
#[test]
106
fn test_iterator() {
117
let data = vec![5, 9, 3];

0 commit comments

Comments
 (0)