summaryrefslogtreecommitdiffstats
path: root/library/core/tests/cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/tests/cell.rs')
-rw-r--r--library/core/tests/cell.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/tests/cell.rs b/library/core/tests/cell.rs
index e084f8679..71b8eb296 100644
--- a/library/core/tests/cell.rs
+++ b/library/core/tests/cell.rs
@@ -1,6 +1,4 @@
use core::cell::*;
-use core::default::Default;
-use std::mem::drop;
#[test]
fn smoketest_unsafe_cell() {