Closed cuviper closed 2 years ago
indexmap's use of autocfg doesn't always properly detect std, which is needed if you're using the default S hasher. The "indexmap/std" feature will explicitly force it on.
indexmap
autocfg
std
S
Fixes #229.
indexmap
's use ofautocfg
doesn't always properly detectstd
, which is needed if you're using the defaultS
hasher. The "indexmap/std" feature will explicitly force it on.Fixes #229.