diff options
| author | mat <github@matdoes.dev> | 2022-04-19 20:33:17 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-19 20:33:17 -0500 |
| commit | bc22faf3b0ba6cc8cc8de6276ff998690ba87bab (patch) | |
| tree | 2a5349db5fdbd80ef362dfefa8303ffbd901b916 /azalea-protocol/src/mc_buf/read.rs | |
| parent | cbdab27cb555e38b39fe0f600ff945090ec10dcb (diff) | |
| download | azalea-drasl-bc22faf3b0ba6cc8cc8de6276ff998690ba87bab.tar.xz | |
remove a couple of imports
Diffstat (limited to 'azalea-protocol/src/mc_buf/read.rs')
| -rw-r--r-- | azalea-protocol/src/mc_buf/read.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/mc_buf/read.rs b/azalea-protocol/src/mc_buf/read.rs index 0fa1d099..20b69238 100644 --- a/azalea-protocol/src/mc_buf/read.rs +++ b/azalea-protocol/src/mc_buf/read.rs @@ -2,7 +2,6 @@ use async_trait::async_trait; use azalea_core::{ difficulty::Difficulty, game_type::GameType, resource_location::ResourceLocation, }; -use num_traits::FromPrimitive; use tokio::io::{AsyncRead, AsyncReadExt}; use super::MAX_STRING_LENGTH; |
