Skip to content

Commit

Permalink
Update jormungandr/src/fragment/pool.rs
Browse files Browse the repository at this point in the history
Co-authored-by: enzoc4 <48031343+enzoc4@users.noreply.github.com>
  • Loading branch information
eugene-babichenko and ecioppettini committed Apr 7, 2021
1 parent 65ba068 commit 6e74df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jormungandr/src/fragment/pool.rs
Expand Up @@ -285,7 +285,7 @@ pub(super) mod internal {
}
}

unsafe impl<K, V> Send for IndexedDeqeue<K, V> {}
unsafe impl<K: Send, V: Send> Send for IndexedDeqeue<K, V> {}

impl<K: PartialEq> PartialEq for IndexedDequeueKeyRef<K> {
fn eq(&self, other: &IndexedDequeueKeyRef<K>) -> bool {
Expand Down

0 comments on commit 6e74df4

Please sign in to comment.