Skip to content

Commit f901c20

Browse files
Fix comment.
1 parent 942b9bc commit f901c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/refcell.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ impl<T> CsRefCell<T> {
9494
///
9595
/// # Safety
9696
///
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
97+
/// We use the BIOS critical sections to control access. Thus it is now
9998
/// thread-safe.
10099
unsafe impl<T> Sync for CsRefCell<T> {}
101100

0 commit comments

Comments
 (0)