aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-08-19 18:06:43 +0000
committerUbuntu <github@matdoes.dev>2022-08-19 18:06:43 +0000
commitb9cb596ea75b446d19e6ad066c750348be60f4c7 (patch)
tree8ead47a3def55f9f0bed0edd2dbc05414e304de5 /azalea-protocol/src
parenta16b9dcd2e7fa7c37140b2d178c9abf9ce8e1b34 (diff)
downloadazalea-drasl-b9cb596ea75b446d19e6ad066c750348be60f4c7.tar.xz
shut up clippy
Diffstat (limited to 'azalea-protocol/src')
-rwxr-xr-xazalea-protocol/src/packets/login/clientbound_game_profile_packet.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/azalea-protocol/src/packets/login/clientbound_game_profile_packet.rs b/azalea-protocol/src/packets/login/clientbound_game_profile_packet.rs
index 93421cc2..128d372b 100755
--- a/azalea-protocol/src/packets/login/clientbound_game_profile_packet.rs
+++ b/azalea-protocol/src/packets/login/clientbound_game_profile_packet.rs
@@ -1,10 +1,6 @@
-use std::io::{Read, Write};
-
-use super::ClientboundLoginPacket;
use azalea_auth::game_profile::GameProfile;
-use azalea_buf::{BufReadError, McBuf, McBufReadable, Readable, SerializableUuid, Writable};
+use azalea_buf::McBuf;
use packet_macros::ClientboundLoginPacket;
-use uuid::Uuid;
#[derive(Clone, Debug, McBuf, ClientboundLoginPacket)]
pub struct ClientboundGameProfilePacket {