Skip to content

Commit 815873c

Browse files
committed
Fix prelude not exporting OptionEq
1 parent 854f49d commit 815873c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
-
5+
- Fix `prelude` not exporting `OptionEq`.
66

77
## [0.4.1] -- 2022-06-29
88

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ pub mod prelude {
149149
pub use crate::div::{
150150
OptionCheckedDiv, OptionDiv, OptionDivAssign, OptionOverflowingDiv, OptionWrappingDiv,
151151
};
152+
pub use crate::eq::OptionEq;
152153
pub use crate::min_max::OptionMinMax;
153154
pub use crate::mul::{
154155
OptionCheckedMul, OptionMul, OptionMulAssign, OptionOverflowingMul, OptionSaturatingMul,

0 commit comments

Comments
 (0)