diff options
Diffstat (limited to 'tests/ui/box/alloc-unstable.rs')
-rw-r--r-- | tests/ui/box/alloc-unstable.rs | 3 |
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); } |