]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys/common/thread_local.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / libstd / sys / common / thread_local.rs
index 56885cdd56d99a348a75228e287e64ee3038079b..25a9d5720d9338bfb14ed8dba43bd03edaf36362 100644 (file)
@@ -233,7 +233,6 @@ impl Drop for Key {
 
 #[cfg(test)]
 mod tests {
-    use prelude::v1::*;
     use super::{Key, StaticKey};
 
     fn assert_sync<T: Sync>() {}