Skip to content

Commit 3cec148

Browse files
Update racy_cell.rs
1 parent c5e5ed2 commit 3cec148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bios/common/src/racy_cell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ impl<T> RacyCell<T> {
1818
}
1919

2020
unsafe impl<T> Send for RacyCell<T> where T: Send {}
21-
unsafe impl<T> Sync for RacyCell<T> {}
21+
unsafe impl<T: Sync> Sync for RacyCell<T> {}

0 commit comments

Comments
 (0)