summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/rc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/rc.rs b/rust/src/rc.rs
index a55c46d2..e15bbeef 100644
--- a/rust/src/rc.rs
+++ b/rust/src/rc.rs
@@ -363,7 +363,7 @@ use rayon::iter::plumbing::*;
#[cfg(feature = "rayon")]
impl<'a, P> Array<P>
where
- P: 'a + CoreArrayWrapper<'a>,
+ P: 'a + CoreArrayWrapper<'a> + CoreOwnedArrayProvider,
P::Context: Sync,
P::Wrapped: Send,
{