Skip to content

Commit 2c48dcf

Browse files
committed
Implement Sync for CallOption
Fixes #548 Signed-off-by: Thomas BESSOU <[email protected]>
1 parent b0ad175 commit 2c48dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl Drop for Metadata {
255255
}
256256

257257
unsafe impl Send for Metadata {}
258+
unsafe impl Sync for Metadata {}
258259

259260
/// Immutable metadata iterator
260261
///

0 commit comments

Comments
 (0)