Skip to content

Relax where-bounds on struct definitions and impl-blocks where possible#361

Open
mkrasnitski wants to merge 1 commit into
xacrimon:masterfrom
mkrasnitski:where-bounds
Open

Relax where-bounds on struct definitions and impl-blocks where possible#361
mkrasnitski wants to merge 1 commit into
xacrimon:masterfrom
mkrasnitski:where-bounds

Conversation

@mkrasnitski
Copy link
Copy Markdown

This greatly reduces the number of K: Eq + Hash bounds peppered throughout the library and removes the Clone requirement on the choice of hasher, bringing the API closer in line with that of std::collections::HashMap.

This greatly reduces the number of `Eq + Hash` bounds peppered
throughout the library and removes the `Clone` requirement on the
choice of hasher, bringing the API closer in line with that of
`std::collections::HashMap`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant