We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff477f commit f18c67eCopy full SHA for f18c67e
1 file changed
src/arraytraits.rs
@@ -433,6 +433,10 @@ where
433
{
434
}
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