std: Remove a glob to get std to compile

This commit is contained in:
Alex Crichton 2014-04-30 23:16:35 -07:00
parent 9bae6ec828
commit c67ebf1ef3
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@
#![doc(hidden)]
use prelude::*;
use libc::uintptr_t;
use kinds::Send;
pub use core::finally;