Skip to content

Commit f4ed7d9

Browse files
committed
core: export either::{Either,Left,Right} from the prelude
1 parent 3140436 commit f4ed7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/* Reexported core operators */
1414

15+
pub use either::{Either, Left, Right};
1516
pub use kinds::{Const, Copy, Owned, Durable};
1617
pub use ops::{Add, Sub, Mul, Div, Modulo, Neg, Not};
1718
pub use ops::{BitAnd, BitOr, BitXor};

0 commit comments

Comments
 (0)