Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Explicitly enable indexmap/std #243

Merged
merged 1 commit into from May 3, 2022
Merged

Conversation

cuviper
Copy link
Contributor

@cuviper cuviper commented May 3, 2022

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.

Fixes #229.

Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay dtolnay merged commit 74211ec into dtolnay:master May 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error[E0107]: this struct takes 3 generic arguments but 2 generic arguments were supplied
2 participants