diff options
| author | Mica White <botahamec@outlook.com> | 2026-02-07 10:41:37 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-02-07 10:41:37 -0500 |
| commit | 9d928375ffc365d9ae4f4bc9be4a3c08fae47387 (patch) | |
| tree | 51ab7220b32f82e44e4754ea6247c2bfdb295d2e /src/poisonable | |
| parent | 8be852662a432d96553fcf7a9fc57c4f3c92baae (diff) | |
Fix doc links
Diffstat (limited to 'src/poisonable')
| -rwxr-xr-x | src/poisonable/poisonable.rs | 4 |
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, |
