diff options
| author | mat <github@matdoes.dev> | 2022-09-19 21:44:15 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-19 21:44:15 -0500 |
| commit | a87c4cf718fcf7b16fecf463333bd46310c88c87 (patch) | |
| tree | 83b0f3463f269e76486b58af0a6020e12f620a14 /azalea-protocol/src/read.rs | |
| parent | 788e9e875ab1d64441673497076dde8a50a4394c (diff) | |
| parent | e46577a214ae30159d14c128c45488e3772c8f84 (diff) | |
| download | azalea-drasl-a87c4cf718fcf7b16fecf463333bd46310c88c87.tar.xz | |
Merge branch 'main' of https://github.com/mat-1/azalea
Diffstat (limited to 'azalea-protocol/src/read.rs')
| -rwxr-xr-x | azalea-protocol/src/read.rs | 5 |
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] |
