We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e781cba + 5ff7064 commit f151622Copy full SHA for f151622
src/libstd/sys_common/poison.rs
@@ -98,7 +98,7 @@ pub enum TryLockError<T> {
98
///
99
/// [`Ok`]: ../../std/result/enum.Result.html#variant.Ok
100
/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
101
-/// [`into_inner`]: ../../std/sync/struct.Mutex.html#method.into_inner
+/// [`into_inner`]: ../../std/sync/struct.PoisonError.html#method.into_inner
102
#[stable(feature = "rust1", since = "1.0.0")]
103
pub type LockResult<Guard> = Result<Guard, PoisonError<Guard>>;
104
0 commit comments