diff options
| author | mat <git@matdoes.dev> | 2025-08-12 11:00:11 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-12 11:00:11 -1000 |
| commit | 7f4e3c583dd669561e8502822952fc9afe26e005 (patch) | |
| tree | 831fbcb717493858c31ad58796e01494da276d76 /azalea-client/src/account.rs | |
| parent | c36c3c0ed02b3727ba61b45a6a7febf1a008a7dc (diff) | |
| download | azalea-drasl-7f4e3c583dd669561e8502822952fc9afe26e005.tar.xz | |
add nearest_entity_by and improve some docs
Diffstat (limited to 'azalea-client/src/account.rs')
| -rw-r--r-- | azalea-client/src/account.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs index 7e3f917d..bda69558 100644 --- a/azalea-client/src/account.rs +++ b/azalea-client/src/account.rs @@ -22,8 +22,8 @@ use uuid::Uuid; /// # Examples /// /// ```rust,no_run -/// use azalea_client::Account; -/// +/// # use azalea_client::Account; +/// # /// # #[tokio::main] /// # async fn main() { /// let account = Account::microsoft("example@example.com").await; |
