Skip to content

Commit 48c76ae

Browse files
committed
Add Send impl as a workaround for kubo#18
1 parent 975cfc4 commit 48c76ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ enum ContextResult {
404404
}
405405

406406
unsafe impl Sync for ContextResult {}
407+
unsafe impl Send for ContextResult {}
407408

408409
trait AssertSend: Send {}
409410
trait AssertSync: Sync {}

0 commit comments

Comments
 (0)