]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys/common/thread.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / libstd / sys / common / thread.rs
index 16f4f01bf39fe9b058fb03817dac3821dd480b19..3ee160da5fa5b7876ab1a2c957b77c9cc3aa75f8 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use prelude::v1::*;
-
 use alloc::boxed::FnBox;
 use libc;
 use sys::stack_overflow;