aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/client.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-03-16 04:36:42 +0000
committermat <git@matdoes.dev>2025-03-16 04:36:42 +0000
commita95408cbcc05b5bd04a084b0a286b571069206f6 (patch)
tree1d591a2e3892039eb6fc1ebf39ff4fe86deb6947 /azalea-client/src/client.rs
parent5f5616145b03e457d1b0dd7cc7d5ac41dd5b190c (diff)
downloadazalea-drasl-a95408cbcc05b5bd04a084b0a286b571069206f6.tar.xz
fix broken doc links
Diffstat (limited to 'azalea-client/src/client.rs')
-rw-r--r--azalea-client/src/client.rs2
1 files changed, 2 insertions, 0 deletions
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<R>(
&self,
f: impl FnOnce(&azalea_core::registry_holder::RegistryHolder) -> R,