We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5e5ed2 + 3cec148 commit ef1d4a9Copy full SHA for ef1d4a9
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