core: export either::{Either,Left,Right} from the prelude
This commit is contained in:
parent
31404364e1
commit
f4ed7d9b6e
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user