summaryrefslogtreecommitdiff
path: root/src/poisonable
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/poisonable
parent8be852662a432d96553fcf7a9fc57c4f3c92baae (diff)
Fix doc links
Diffstat (limited to 'src/poisonable')
-rwxr-xr-xsrc/poisonable/poisonable.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/poisonable/poisonable.rs b/src/poisonable/poisonable.rs
index c8225df..dd12cea 100755
--- a/src/poisonable/poisonable.rs
+++ b/src/poisonable/poisonable.rs
@@ -397,6 +397,8 @@ impl<L: Lockable + RawLock> Poisonable<L> {
/// Err(_) => unreachable!(),
/// }
/// ```
+ ///
+ /// [`scoped_lock`]: [`crate::Poisonable::scoped_lock`]
pub fn scoped_try_lock<'a, Key: Keyable, R>(
&'a self,
key: Key,
@@ -655,6 +657,8 @@ impl<L: Sharable + RawLock> Poisonable<L> {
/// Err(_) => unreachable!(),
/// }
/// ```
+ ///
+ /// [`scoped_read`]: crate::Poisonable::scoped_read
pub fn scoped_try_read<'a, Key: Keyable, R>(
&'a self,
key: Key,