Skip to content

Commit

Permalink
Reexport the Equivalent trait instead of the whole equivalet module
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 authored Jan 18, 2025
1 parent b764a14 commit fd68e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ compile_error!(
);

// Reexport(s)
pub use equivalent;
pub use equivalent::Equivalent;

#[cfg(feature = "future")]
#[cfg_attr(docsrs, doc(cfg(feature = "future")))]
Expand Down

0 comments on commit fd68e80

Please sign in to comment.