Skip to content

Commit 40ab9e6

Browse files
committed
Auto merge of #446 - Amanieu:export-equivalent, r=Amanieu
Publicly re-export `Equivalent` from the crate root Addresses #442 (comment).
2 parents 239152b + 101311b commit 40ab9e6

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)