We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a4357 commit 20d24d4Copy full SHA for 20d24d4
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