Skip to content

Commit

Permalink
Update racy_cell.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzeyardabulut authored Aug 3, 2023
1 parent c5e5ed2 commit 3cec148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bios/common/src/racy_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ impl<T> RacyCell<T> {
}

unsafe impl<T> Send for RacyCell<T> where T: Send {}
unsafe impl<T> Sync for RacyCell<T> {}
unsafe impl<T: Sync> Sync for RacyCell<T> {}

0 comments on commit 3cec148

Please sign in to comment.