Skip to content

Commit

Permalink
Rollup merge of rust-lang#58370 - nox:relax-bounds, r=dtolnay
Browse files Browse the repository at this point in the history
Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S>

Notably, hash iterators don't require any trait bounds to be iterated.
  • Loading branch information
Centril authored Feb 25, 2019
2 parents eb1df8c + d9e2259 commit 03acebe
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 364 deletions.
Loading

0 comments on commit 03acebe

Please sign in to comment.