Skip to content

Commit 884a104

Browse files
authored
Merge pull request #143 from cuviper/relax
Relax IntoParallelIterator for &'a mut IndexMap
2 parents 0d6a5a4 + c65445a commit 884a104

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rayon/map.rs

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ impl<'a, K, V, S> IntoParallelIterator for &'a mut IndexMap<K, V, S>
117117
where
118118
K: Sync + Send,
119119
V: Send,
120-
S: BuildHasher,
121120
{
122121
type Item = (&'a K, &'a mut V);
123122
type Iter = ParIterMut<'a, K, V>;

0 commit comments

Comments
 (0)