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