From 3cec1488a58915b8c588b31a73715d676fa4e693 Mon Sep 17 00:00:00 2001 From: kuzeyardabulut <54737933+kuzeyardabulut@users.noreply.github.com> Date: Thu, 3 Aug 2023 19:14:18 +0300 Subject: [PATCH] Update racy_cell.rs --- bios/common/src/racy_cell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bios/common/src/racy_cell.rs b/bios/common/src/racy_cell.rs index d2797f7b..439d1b18 100644 --- a/bios/common/src/racy_cell.rs +++ b/bios/common/src/racy_cell.rs @@ -18,4 +18,4 @@ impl RacyCell { } unsafe impl Send for RacyCell where T: Send {} -unsafe impl Sync for RacyCell {} +unsafe impl Sync for RacyCell {}