Skip to content

Commit

Permalink
auto merge of #5367 : brson/rust/5299, r=thestinger
Browse files Browse the repository at this point in the history
r?
  • Loading branch information
bors committed Mar 15, 2013
2 parents 82f1b2c + 34113dc commit 4bf5ad6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libcore/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4bf5ad6

Please sign in to comment.