Skip to content

Commit

Permalink
core: export either::{Either,Left,Right} from the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Feb 4, 2013
1 parent 3140436 commit f4ed7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/* Reexported core operators */

pub use either::{Either, Left, Right};
pub use kinds::{Const, Copy, Owned, Durable};
pub use ops::{Add, Sub, Mul, Div, Modulo, Neg, Not};
pub use ops::{BitAnd, BitOr, BitXor};
Expand Down

0 comments on commit f4ed7d9

Please sign in to comment.