From a9ff79a10553026b0fa32f0e31f1e0442467ca78 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 23 Oct 2022 14:46:06 -0500 Subject: write more documentation --- azalea-protocol/src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 03c56471..c996001d 100644 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -165,7 +165,7 @@ impl Connection { /// online-mode servers. This must happen when you get a /// `ClientboundLoginPacket::Hello` packet. /// - /// ```no_run + /// ```rust,no_run /// let token = azalea_auth::auth(azalea_auth::AuthOpts { /// ..Default::default() /// }) -- cgit v1.2.3