We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa50be commit 06a4357Copy full SHA for 06a4357
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::nonpoison::Mutex).
+/// poisoning variant of this lock found at [std::sync::poison::Mutex](std::sync::Mutex).
16
17
/// # Example
18
0 commit comments