summaryrefslogtreecommitdiffstats
path: root/tests/ui/box/alloc-unstable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/box/alloc-unstable.rs')
-rw-r--r--tests/ui/box/alloc-unstable.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/box/alloc-unstable.rs b/tests/ui/box/alloc-unstable.rs
index 66388d0d5..640cadcc8 100644
--- a/tests/ui/box/alloc-unstable.rs
+++ b/tests/ui/box/alloc-unstable.rs
@@ -1,8 +1,5 @@
// run-pass
#![feature(allocator_api)]
-
-use std::boxed::Box;
-
fn main() {
let _boxed: Box<u32, _> = Box::new(10);
}