summaryrefslogtreecommitdiff
path: root/src/mutex
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-02-07 10:41:37 -0500
committerMica White <botahamec@outlook.com>2026-02-07 10:41:37 -0500
commit9d928375ffc365d9ae4f4bc9be4a3c08fae47387 (patch)
tree51ab7220b32f82e44e4754ea6247c2bfdb295d2e /src/mutex
parent8be852662a432d96553fcf7a9fc57c4f3c92baae (diff)
Fix doc links
Diffstat (limited to 'src/mutex')
-rwxr-xr-xsrc/mutex/mutex.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mutex/mutex.rs b/src/mutex/mutex.rs
index 475c3ae..dc374aa 100755
--- a/src/mutex/mutex.rs
+++ b/src/mutex/mutex.rs
@@ -316,6 +316,8 @@ impl<T: ?Sized, R: RawMutex> Mutex<T, R> {
/// Err(_) => unreachable!(),
/// }
/// ```
+ ///
+ /// [`scoped_lock`]: Mutex::scoped_lock
pub fn scoped_try_lock<'a, Key: Keyable, Ret>(
&'a self,
key: Key,