Skip to content

Commit c65445a

Browse files
committed
Relax IntoParallelIterator for &'a mut IndexMap
1 parent 0d6a5a4 commit c65445a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rayon/map.rs

Lines changed: 0 additions & 1 deletion
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)