summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/types/library.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/src/types/library.rs b/rust/src/types/library.rs
index 89f5e48f..d1a02740 100644
--- a/rust/src/types/library.rs
+++ b/rust/src/types/library.rs
@@ -363,3 +363,6 @@ unsafe impl CoreArrayProviderInner for TypeLibrary {
Guard::new(Self::from_raw(NonNull::new(*raw).unwrap()), context)
}
}
+
+unsafe impl Send for TypeLibrary {}
+unsafe impl Sync for TypeLibrary {}