auto merge of #5367 : brson/rust/5299, r=thestinger

r?
This commit is contained in:
bors 2013-03-14 17:51:47 -07:00
commit 4bf5ad63f0

View File

@ -43,6 +43,10 @@ pub use vec::{CopyableVector, ImmutableVector};
pub use vec::{ImmutableEqVector, ImmutableCopyableVector};
pub use vec::{OwnedVector, OwnedCopyableVector};
/* Reexported runtime types */
pub use comm::{stream, Port, Chan, GenericChan, GenericSmartChan, GenericPort, Peekable};
pub use task::spawn;
/* Reexported modules */
pub use at_vec;