We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8702bc9 commit 436e15cCopy full SHA for 436e15c
src/arraytraits.rs
@@ -435,6 +435,8 @@ where
435
436
unsafe impl<A, D> Sync for ArrayRef<A, D> where A: Sync {}
437
438
+unsafe impl<A, D> Send for ArrayRef<A, D> where A: Send {}
439
+
440
#[cfg(feature = "serde")]
441
#[cfg_attr(docsrs, doc(cfg(feature = "serde")))]
442
// Use version number so we can add a packed format later.
0 commit comments