Skip to content

Commit

Permalink
fixed mutex doc redirect to poison variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Aandreba committed Dec 24, 2024
1 parent aaa50be commit 06a4357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sync/nonpoison/mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::sys::sync as sys;
/// A mutual exclusion primitive useful for protecting shared data.
///
/// For more information about mutexes, check out the documentation for the
/// 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).
///
/// # Example
///
Expand Down

0 comments on commit 06a4357

Please sign in to comment.