]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/windows/thread.rs
rollup merge of #20353: alexcrichton/snapshots
[rust.git] / src / libstd / sys / windows / thread.rs
index 4498f56c00a1e4adcefdc3e1b21885e1bc4587dd..59ab5f5c4d990b776f2741ae6af69e134aff1dfd 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use core::prelude::*;
-
 use boxed::Box;
 use cmp;
 use mem;