From 1a961d968b80b720ef2d3900c0b95e1c16a0089e Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 26 Dec 2021 14:17:01 -0600 Subject: fix some clippy warnings --- azalea-protocol/src/packets/game/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/mod.rs') diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index 5697a0ad..00fa1d75 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -3,7 +3,6 @@ pub mod clientbound_login_packet; use super::ProtocolPacket; use crate::connect::PacketFlow; use async_trait::async_trait; -use tokio::io::BufReader; #[derive(Clone, Debug)] pub enum GamePacket -- cgit v1.2.3