diff options
Diffstat (limited to 'azalea-buf')
| -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}; |
