auto merge of #4867 : z0w0/rust/pruneprelude, r=catamorphism
This commit is contained in:
commit
1c487b18f3
@ -34,7 +34,6 @@ pub use path::GenericPath;
|
||||
pub use path::Path;
|
||||
pub use path::PosixPath;
|
||||
pub use path::WindowsPath;
|
||||
pub use pipes::{GenericChan, GenericPort};
|
||||
pub use ptr::Ptr;
|
||||
pub use str::{StrSlice, Trimmable, OwnedStr};
|
||||
pub use to_bytes::IterBytes;
|
||||
|
@ -14,7 +14,7 @@ use cast;
|
||||
use iter;
|
||||
use libc;
|
||||
use option;
|
||||
use pipes;
|
||||
use pipes::{GenericChan, GenericPort};
|
||||
use prelude::*;
|
||||
use ptr;
|
||||
use result;
|
||||
|
@ -22,7 +22,8 @@ use option::{Some, None, swap_unwrap};
|
||||
use private::at_exit::at_exit;
|
||||
use private::global::global_data_clone_create;
|
||||
use private::finally::Finally;
|
||||
use pipes::{Port, Chan, SharedChan, GenericSmartChan, stream};
|
||||
use pipes::{Port, Chan, SharedChan, GenericChan, GenericPort,
|
||||
GenericSmartChan, stream};
|
||||
use task::{Task, task, spawn};
|
||||
use task::rt::{task_id, get_task_id};
|
||||
use hashmap::linear::LinearMap;
|
||||
|
@ -14,7 +14,7 @@ use io;
|
||||
use io::ReaderUtil;
|
||||
use libc;
|
||||
use libc::{pid_t, c_void, c_int};
|
||||
use pipes::{stream, SharedChan};
|
||||
use pipes::{stream, SharedChan, GenericChan, GenericPort};
|
||||
use option::{Some, None};
|
||||
use os;
|
||||
use prelude::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user