Skip to content

Commit

Permalink
fix: fix hashbrown breaking change in 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hsqStephenZhang committed Jan 10, 2025
1 parent a0eb57f commit b254746
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 @@ -135,7 +135,7 @@ mod macros;

cfg_not_std!(
/// Re-export for DefaultHashBuilder
pub type DefaultHashBuilder = hashbrown::hash_map::DefaultHashBuilder;
pub type DefaultHashBuilder = hashbrown::DefaultHashBuilder;
);

cfg_std!(
Expand Down

0 comments on commit b254746

Please sign in to comment.