Skip to content

Commit 06a4357

Browse files
committed
fixed mutex doc redirect to poison variant
1 parent aaa50be commit 06a4357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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::nonpoison::Mutex).
15+
/// poisoning variant of this lock found at [std::sync::poison::Mutex](std::sync::Mutex).
1616
///
1717
/// # Example
1818
///

0 commit comments

Comments
 (0)