From 9d928375ffc365d9ae4f4bc9be4a3c08fae47387 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 7 Feb 2026 10:41:37 -0500 Subject: Fix doc links --- src/rwlock/rwlock.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rwlock/rwlock.rs') diff --git a/src/rwlock/rwlock.rs b/src/rwlock/rwlock.rs index 98ac466..b93d8e2 100755 --- a/src/rwlock/rwlock.rs +++ b/src/rwlock/rwlock.rs @@ -336,6 +336,8 @@ impl RwLock { /// Err(_) => unreachable!(), /// } /// ``` + /// + /// [`scoped_read`]: RwLock::scoped_read pub fn scoped_try_read<'a, Key: Keyable, Ret>( &'a self, key: Key, @@ -454,6 +456,8 @@ impl RwLock { /// Err(_) => unreachable!(), /// } /// ``` + /// + /// [`scoped_write`]: RwLock::scoped_write pub fn scoped_try_write<'a, Key: Keyable, Ret>( &'a self, key: Key, -- cgit v1.2.3