We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942b9bc commit f901c20Copy full SHA for f901c20
src/refcell.rs
@@ -94,8 +94,7 @@ impl<T> CsRefCell<T> {
94
///
95
/// # Safety
96
97
-/// We use the BIOS critical sections to control access to the global lock, and
98
-/// refcell locks are only tested whilst holding the global lock. Thus it is now
+/// We use the BIOS critical sections to control access. Thus it is now
99
/// thread-safe.
100
unsafe impl<T> Sync for CsRefCell<T> {}
101
0 commit comments