From a95408cbcc05b5bd04a084b0a286b571069206f6 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 16 Mar 2025 04:36:42 +0000 Subject: fix broken doc links --- azalea-client/src/client.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src/client.rs') diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 0a8c1eaf..840d373d 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -737,6 +737,8 @@ impl Client { /// The player's instance (aka world) will be locked during this time, which /// may result in a deadlock if you try to access the instance again while /// in the function. + /// + /// [`RegistryHolder`]: azalea_core::registry_holder::RegistryHolder pub fn with_registry_holder( &self, f: impl FnOnce(&azalea_core::registry_holder::RegistryHolder) -> R, -- cgit v1.2.3