From a42161a203af3edeb96fbdb3bab8f832b4ccc6b5 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 3 Dec 2023 02:42:45 -0600 Subject: clippy --- azalea-client/src/packet_handling/login.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'azalea-client/src/packet_handling') diff --git a/azalea-client/src/packet_handling/login.rs b/azalea-client/src/packet_handling/login.rs index 83a6a98d..472ac850 100644 --- a/azalea-client/src/packet_handling/login.rs +++ b/azalea-client/src/packet_handling/login.rs @@ -8,10 +8,6 @@ use bevy_ecs::prelude::*; use tokio::sync::mpsc; use tracing::error; -use crate::raw_connection::RawConnection; - -use super::game::SendPacketEvent; - // this struct is defined here anyways though so it's consistent with the other // ones -- cgit v1.2.3