summaryrefslogtreecommitdiffstats
path: root/library/alloc/tests/arc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/tests/arc.rs')
-rw-r--r--library/alloc/tests/arc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/arc.rs b/library/alloc/tests/arc.rs
index ce40b5c9b..d564a30b1 100644
--- a/library/alloc/tests/arc.rs
+++ b/library/alloc/tests/arc.rs
@@ -1,6 +1,5 @@
use std::any::Any;
use std::cell::RefCell;
-use std::cmp::PartialEq;
use std::iter::TrustedLen;
use std::mem;
use std::sync::{Arc, Weak};