aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/account.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/account.rs')
-rw-r--r--azalea-client/src/account.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/account.rs b/azalea-client/src/account.rs
index 0bcad630..56f4918a 100644
--- a/azalea-client/src/account.rs
+++ b/azalea-client/src/account.rs
@@ -1,8 +1,8 @@
+//! Connect to Minecraft servers.
+
use crate::Client;
use azalea_protocol::ServerAddress;
-///! Connect to Minecraft servers.
-
/// Something that can join Minecraft servers.
pub struct Account {
pub username: String,