Skip to content

Commit 101311b

Browse files
committed
Publicly re-export Equivalent from the crate root
1 parent 239152b commit 101311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub use crate::map::HashMap;
118118
pub use crate::set::HashSet;
119119

120120
#[cfg(feature = "equivalent")]
121-
use equivalent::Equivalent;
121+
pub use equivalent::Equivalent;
122122

123123
// This is only used as a fallback when building as part of `std`.
124124
#[cfg(not(feature = "equivalent"))]

0 commit comments

Comments
 (0)