Skip to content

Commit d105032

Browse files
committed
clean up docs
1 parent 668a55c commit d105032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/sync/rwlock/teeos.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ impl RwLock {
4545
#[inline]
4646
pub unsafe fn downgrade(&self) {
4747
// Since there is no difference between read-locked and write-locked on this platform, this
48-
// function is a no-op.
48+
// function is simply a no-op as only 1 reader can read - the original writer.
4949
}
5050
}

0 commit comments

Comments
 (0)