We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c43c20 commit 93ca6a7Copy full SHA for 93ca6a7
library/std/src/sync/nonpoison/mutex.rs
@@ -12,7 +12,7 @@ use crate::sys::sync as sys;
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).
+/// poisoning variant of this lock found at [std::sync::poison::Mutex](crate::sync::poison::Mutex).
16
17
/// # Example
18
0 commit comments