diff options
| author | mat <git@matdoes.dev> | 2025-05-31 08:56:17 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-30 19:22:09 -0845 |
| commit | f27c87b291a920376e006a470efb353dee46ed17 (patch) | |
| tree | f1720081b856c5b7b96ab8111e6de4233f884e75 /azalea-client/src/client.rs | |
| parent | e37524899eef8a0034faee35cef4bbf1ba779a7d (diff) | |
| download | azalea-drasl-f27c87b291a920376e006a470efb353dee46ed17.tar.xz | |
more formatting fixes
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index dc9a3d3e..f53e693c 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -168,7 +168,7 @@ impl Client { /// # Examples /// /// ```rust,no_run - /// use azalea_client::{Client, Account}; + /// use azalea_client::{Account, Client}; /// /// #[tokio::main] /// async fn main() -> Result<(), Box<dyn std::error::Error>> { |
