From e268c4929177e540baa9d2bb29bc171f49cc7a25 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 19 Dec 2024 02:31:08 +0000 Subject: fix incorrect packets --- azalea-client/src/local_player.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-client/src/local_player.rs') diff --git a/azalea-client/src/local_player.rs b/azalea-client/src/local_player.rs index c01dcef6..0a8f006d 100644 --- a/azalea-client/src/local_player.rs +++ b/azalea-client/src/local_player.rs @@ -138,7 +138,6 @@ pub fn death_event(query: Query<&LocalPlayerEvents, Added>) { } #[derive(Error, Debug)] -#[expect(clippy::large_enum_variant)] pub enum HandlePacketError { #[error("{0}")] Poison(String), -- cgit v1.2.3