diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 23:16:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:16:14 -0700 |
| commit | c67ebf1ef3fa7766ad17059fc953095116eadba9 (patch) | |
| tree | f5c65291616e55d56d65486f2fabbfb80f5f2a42 | |
| parent | 9bae6ec828fdc7f87838ee008cccef90e31b9f84 (diff) | |
| download | rust-c67ebf1ef3fa7766ad17059fc953095116eadba9.tar.gz rust-c67ebf1ef3fa7766ad17059fc953095116eadba9.zip | |
std: Remove a glob to get std to compile
| -rw-r--r-- | src/libstd/unstable/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/unstable/mod.rs b/src/libstd/unstable/mod.rs index 81aa5506ed8..8b07850263f 100644 --- a/src/libstd/unstable/mod.rs +++ b/src/libstd/unstable/mod.rs @@ -10,8 +10,8 @@ #![doc(hidden)] -use prelude::*; use libc::uintptr_t; +use kinds::Send; pub use core::finally; |
