aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-15 17:38:24 -0500
committermat <git@matdoes.dev>2023-09-15 17:38:24 -0500
commita920359c9a8f254bbfb6c1d04f2bda6365c09c6b (patch)
treeb0224c13433e0e48732c45434ca29f48290ae215 /azalea-client/src/account.rs
parentb6586d500cc01b790aa11b019cca9a829e3efc27 (diff)
downloadazalea-drasl-a920359c9a8f254bbfb6c1d04f2bda6365c09c6b.tar.xz
simplify some code related to Account being a component
Diffstat (limited to 'azalea-client/src/account.rs')
-rwxr-xr-xazalea-client/src/account.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs
index 46d0a728..d045cc72 100755
--- a/azalea-client/src/account.rs
+++ b/azalea-client/src/account.rs
@@ -15,6 +15,8 @@ use uuid::Uuid;
/// To join a server using this account, use [`Client::join`] or
/// [`azalea::ClientBuilder`].
///
+/// Note that this is also a component that our clients have.
+///
/// # Examples
///
/// ```rust,no_run