From 1ca9caee36fb84e4a34be4d6b11399fcea8e8389 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 28 Apr 2022 16:38:27 +0000 Subject: add bitset and work on chunk packets --- azalea-protocol/packet-macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/packet-macros/src') diff --git a/azalea-protocol/packet-macros/src/lib.rs b/azalea-protocol/packet-macros/src/lib.rs index 089d1594..aca7df8c 100755 --- a/azalea-protocol/packet-macros/src/lib.rs +++ b/azalea-protocol/packet-macros/src/lib.rs @@ -54,7 +54,7 @@ pub fn derive_mcbufreadable(input: TokenStream) -> TokenStream { impl crate::mc_buf::McBufReadable for #ident { async fn read_into(buf: &mut R) -> Result where - R: AsyncRead + std::marker::Unpin + std::marker::Send, + R: tokio::io::AsyncRead + std::marker::Unpin + std::marker::Send, { #(#read_fields)* Ok(#ident { -- cgit v1.2.3