We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Repository
Send
1 parent e335ec2 commit 51f1376Copy full SHA for 51f1376
src/repo.rs
@@ -25,6 +25,8 @@ pub struct Repository {
25
marker: marker::NoSync,
26
}
27
28
+unsafe impl Send for Repository {}
29
+
30
/// Options which can be used to configure how a repository is initialized
31
pub struct RepositoryInitOptions {
32
flags: u32,
0 commit comments