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 61f15e9 commit f673d0cCopy full SHA for f673d0c
library/std/src/sync/nonpoison/mutex.rs
@@ -10,7 +10,7 @@ use crate::ptr::NonNull;
10
use crate::sys::sync as sys;
11
12
/// A mutual exclusion primitive useful for protecting shared data.
13
-///
+///
14
/// For more information about mutexes, check out the documentation for the
15
/// poisoning variant of this lock found at [std::sync::poison::Mutex](std::sync::Mutex).
16
///
0 commit comments