diff options
| author | Ubuntu <github@matdoes.dev> | 2022-08-19 18:06:43 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-08-19 18:06:43 +0000 |
| commit | b9cb596ea75b446d19e6ad066c750348be60f4c7 (patch) | |
| tree | 8ead47a3def55f9f0bed0edd2dbc05414e304de5 /azalea-protocol | |
| parent | a16b9dcd2e7fa7c37140b2d178c9abf9ce8e1b34 (diff) | |
| download | azalea-drasl-b9cb596ea75b446d19e6ad066c750348be60f4c7.tar.xz | |
shut up clippy
Diffstat (limited to 'azalea-protocol')
| -rwxr-xr-x | azalea-protocol/src/packets/login/clientbound_game_profile_packet.rs | 6 |
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 { |
