]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/allocator/xcrate-use.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / run-pass / allocator / xcrate-use.rs
index 4b987b9223d6d542f06a4f4797ab0f6d3741ae87..04d2ef466e73d81823bd145bae5be6ae6818e482 100644 (file)
@@ -17,7 +17,6 @@
 extern crate custom;
 extern crate helper;
 
-use std::env;
 use std::heap::{Heap, Alloc, System, Layout};
 use std::sync::atomic::{Ordering, ATOMIC_USIZE_INIT};