From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea-protocol/azalea-protocol-macros/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-protocol/azalea-protocol-macros/src') diff --git a/azalea-protocol/azalea-protocol-macros/src/lib.rs b/azalea-protocol/azalea-protocol-macros/src/lib.rs index feff2ded..bba35762 100644 --- a/azalea-protocol/azalea-protocol-macros/src/lib.rs +++ b/azalea-protocol/azalea-protocol-macros/src/lib.rs @@ -367,7 +367,7 @@ pub fn declare_state_packets(input: TokenStream) -> TokenStream { } } - /// Read a packet by its id, ConnectionProtocol, and flow. + /// Read a packet by its ID, `ConnectionProtocol`, and flow. fn read( id: u32, buf: &mut std::io::Cursor<&[u8]>, @@ -411,7 +411,7 @@ pub fn declare_state_packets(input: TokenStream) -> TokenStream { } } - /// Read a packet by its id, ConnectionProtocol, and flow. + /// Read a packet by its ID, `ConnectionProtocol`, and flow. fn read( id: u32, buf: &mut std::io::Cursor<&[u8]>, -- cgit v1.2.3