We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9916669 commit 11f396cCopy full SHA for 11f396c
src/lib.rs
@@ -27,7 +27,7 @@ pub struct LateStatic<T> {
27
}
28
29
unsafe impl<T: Send> core::marker::Send for LateStatic<T> {}
30
-unsafe impl<T: Send> core::marker::Sync for LateStatic<T> {}
+unsafe impl<T: Sync> core::marker::Sync for LateStatic<T> {}
31
32
impl<T> LateStatic<T> {
33
/// Construct a LateStatic.
0 commit comments