We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Send
Sync
TypeLibrary
1 parent 205f25b commit 6888eb2Copy full SHA for 6888eb2
1 file changed
rust/src/types/library.rs
@@ -363,3 +363,6 @@ unsafe impl CoreArrayProviderInner for TypeLibrary {
363
Guard::new(Self::from_raw(NonNull::new(*raw).unwrap()), context)
364
}
365
366
+
367
+unsafe impl Send for TypeLibrary {}
368
+unsafe impl Sync for TypeLibrary {}
0 commit comments