From 4f00ddace08bd5ad17500a405f55554dff343be7 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 4 Sep 2022 23:01:15 -0500 Subject: remove some debug stuff and fix recipe packet --- azalea-buf/src/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-buf/src') 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}; -- cgit v1.2.3