aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/read.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-19 21:44:15 -0500
committermat <github@matdoes.dev>2022-09-19 21:44:15 -0500
commita87c4cf718fcf7b16fecf463333bd46310c88c87 (patch)
tree83b0f3463f269e76486b58af0a6020e12f620a14 /azalea-protocol/src/read.rs
parent788e9e875ab1d64441673497076dde8a50a4394c (diff)
parente46577a214ae30159d14c128c45488e3772c8f84 (diff)
downloadazalea-drasl-a87c4cf718fcf7b16fecf463333bd46310c88c87.tar.xz
Merge branch 'main' of https://github.com/mat-1/azalea
Diffstat (limited to 'azalea-protocol/src/read.rs')
-rwxr-xr-xazalea-protocol/src/read.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/azalea-protocol/src/read.rs b/azalea-protocol/src/read.rs
index 313fb412..3ff24f72 100755
--- a/azalea-protocol/src/read.rs
+++ b/azalea-protocol/src/read.rs
@@ -221,10 +221,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
- use crate::packets::{
- game::{clientbound_player_chat_packet::ChatType, ClientboundGamePacket},
- handshake::ClientboundHandshakePacket,
- };
+ use crate::packets::game::{clientbound_player_chat_packet::ChatType, ClientboundGamePacket};
use std::io::Cursor;
#[tokio::test]