From 0ec25dc45ec912bd9ef07ed9107f968de55f4a18 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 26 Sep 2025 09:26:22 -0630 Subject: don't re-export azalea::bot::*, and some doc improvements --- azalea-client/src/ping.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'azalea-client/src/ping.rs') diff --git a/azalea-client/src/ping.rs b/azalea-client/src/ping.rs index 38d5c26f..8c4e2240 100644 --- a/azalea-client/src/ping.rs +++ b/azalea-client/src/ping.rs @@ -67,9 +67,10 @@ pub async fn ping_server_with_proxy( ping_server_with_connection(address, conn).await } -/// Ping a Minecraft server after we've already created a [`Connection`]. The -/// `Connection` must still be in the handshake state (which is the state it's -/// in immediately after it's created). +/// Ping a Minecraft server after we've already created a [`Connection`]. +/// +/// The `Connection` must still be in the handshake state (which is the state +/// it's in immediately after it's created). pub async fn ping_server_with_connection( address: ServerAddress, mut conn: Connection, -- cgit v1.2.3