aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/packet_handling
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-03 02:42:45 -0600
committermat <git@matdoes.dev>2023-12-03 02:42:45 -0600
commita42161a203af3edeb96fbdb3bab8f832b4ccc6b5 (patch)
tree8e77a376a374dffc17733d90c87da0c9782b3778 /azalea-client/src/packet_handling
parent1f46ef8c115db0c53e21dfb6a3e633825c6747c3 (diff)
downloadazalea-drasl-a42161a203af3edeb96fbdb3bab8f832b4ccc6b5.tar.xz
clippy
Diffstat (limited to 'azalea-client/src/packet_handling')
-rw-r--r--azalea-client/src/packet_handling/login.rs4
1 files changed, 0 insertions, 4 deletions
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