From aa0256da102103eedc9897458dd81516962a80a3 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 7 May 2025 11:27:58 +0800 Subject: upgrade rust version and fix clippy warnings --- azalea-protocol/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/lib.rs') diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs index e0304979..7ac8756e 100644 --- a/azalea-protocol/src/lib.rs +++ b/azalea-protocol/src/lib.rs @@ -197,7 +197,7 @@ mod tests { let buf = compression_encoder(&buf, compression_threshold).unwrap(); - println!("{:?}", buf); + println!("{buf:?}"); compression_decoder(&mut Cursor::new(&buf), compression_threshold).unwrap(); } -- cgit v1.2.3