diff options
| author | mat <github@matdoes.dev> | 2022-09-04 23:01:15 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-04 23:01:15 -0500 |
| commit | 4f00ddace08bd5ad17500a405f55554dff343be7 (patch) | |
| tree | 8a8503fe4b9d0055b73952d2fb7f38941000f9d0 /azalea-buf/src | |
| parent | 99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (diff) | |
| download | azalea-drasl-4f00ddace08bd5ad17500a405f55554dff343be7.tar.xz | |
remove some debug stuff and fix recipe packet
Diffstat (limited to 'azalea-buf/src')
| -rw-r--r-- | azalea-buf/src/read.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/src/read.rs b/azalea-buf/src/read.rs index 4fea4b73..9ed416b9 100644 --- a/azalea-buf/src/read.rs +++ b/azalea-buf/src/read.rs @@ -1,6 +1,6 @@ use super::{UnsizedByteArray, MAX_STRING_LENGTH}; use byteorder::{ReadBytesExt, BE}; -use std::{backtrace::Backtrace, collections::HashMap, hash::Hash, io::Read}; +use std::{collections::HashMap, hash::Hash, io::Read}; use thiserror::Error; use tokio::io::{AsyncRead, AsyncReadExt}; |
