mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
impl Sync for checked::Resource
This commit is contained in:
parent
2ae638995c
commit
8e1c72057c
1 changed files with 2 additions and 0 deletions
|
@ -75,3 +75,5 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unsafe impl<T, C> Sync for Resource<T, C> {}
|
||||||
|
|
Loading…
Reference in a new issue