Skip to content

Commit 51f1376

Browse files
committed
Mark a Repository as Send
1 parent e335ec2 commit 51f1376

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/repo.rs

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pub struct Repository {
2525
marker: marker::NoSync,
2626
}
2727

28+
unsafe impl Send for Repository {}
29+
2830
/// Options which can be used to configure how a repository is initialized
2931
pub struct RepositoryInitOptions {
3032
flags: u32,

0 commit comments

Comments
 (0)