core: export either::{Either,Left,Right} from the prelude

This commit is contained in:
Erick Tryzelaar 2013-01-30 09:55:33 -08:00
parent 31404364e1
commit f4ed7d9b6e

View File

@ -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};