summaryrefslogtreecommitdiffstats
path: root/library/alloc/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/src/tests.rs')
-rw-r--r--library/alloc/src/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/tests.rs b/library/alloc/src/tests.rs
index b1d3a9fa8..ab256ceae 100644
--- a/library/alloc/src/tests.rs
+++ b/library/alloc/src/tests.rs
@@ -1,8 +1,6 @@
//! Test for `boxed` mod.
use core::any::Any;
-use core::clone::Clone;
-use core::convert::TryInto;
use core::ops::Deref;
use std::boxed::Box;