Closed hai-rise closed 3 weeks ago
A new HashMap now should be imported from hashbrown and explicitly declared a hasher (BuildIdentityHasher, BuildSuffixHasher, or FxBuildHasher as the default).
HashMap
hashbrown
BuildIdentityHasher
BuildSuffixHasher
FxBuildHasher
A new
HashMap
now should be imported fromhashbrown
and explicitly declared a hasher (BuildIdentityHasher
,BuildSuffixHasher
, orFxBuildHasher
as the default).