diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/cleanup-rvalue-scopes.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/cleanup-rvalue-scopes.rs b/tests/ui/cleanup-rvalue-scopes.rs index b80f95b79..56340e515 100644 --- a/tests/ui/cleanup-rvalue-scopes.rs +++ b/tests/ui/cleanup-rvalue-scopes.rs @@ -8,8 +8,6 @@ #![feature(box_patterns)] -use std::ops::Drop; - static mut FLAGS: u64 = 0; struct Box<T> { f: T } |