summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/src/project.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/src/project.rs b/rust/src/project.rs
index 8b5f594a..b6295f6b 100644
--- a/rust/src/project.rs
+++ b/rust/src/project.rs
@@ -637,6 +637,9 @@ unsafe impl RefCountable for Project {
}
}
+unsafe impl Send for Project {}
+unsafe impl Sync for Project {}
+
impl CoreArrayProvider for Project {
type Raw = *mut BNProject;
type Context = ();