Skip to content

Commit 93ca6a7

Browse files
committed
fixed incorrect doc link
1 parent 0c43c20 commit 93ca6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/nonpoison/mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::sys::sync as sys;
1212
/// A mutual exclusion primitive useful for protecting shared data.
1313
///
1414
/// 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).
15+
/// poisoning variant of this lock found at [std::sync::poison::Mutex](crate::sync::poison::Mutex).
1616
///
1717
/// # Example
1818
///

0 commit comments

Comments
 (0)