We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e5ed2 commit 3cec148Copy full SHA for 3cec148
bios/common/src/racy_cell.rs
@@ -18,4 +18,4 @@ impl<T> RacyCell<T> {
18
}
19
20
unsafe impl<T> Send for RacyCell<T> where T: Send {}
21
-unsafe impl<T> Sync for RacyCell<T> {}
+unsafe impl<T: Sync> Sync for RacyCell<T> {}
0 commit comments