From 038807e607c55757b3d9a9d51f0b9e65a781772b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 22 Feb 2024 22:41:54 -0600 Subject: fix for hypixel limbo --- azalea-protocol/azalea-protocol-macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/azalea-protocol-macros/src') diff --git a/azalea-protocol/azalea-protocol-macros/src/lib.rs b/azalea-protocol/azalea-protocol-macros/src/lib.rs index ffecc13a..0c072b84 100755 --- a/azalea-protocol/azalea-protocol-macros/src/lib.rs +++ b/azalea-protocol/azalea-protocol-macros/src/lib.rs @@ -1,7 +1,7 @@ use proc_macro::TokenStream; use quote::quote; use syn::{ - self, braced, + braced, parse::{Parse, ParseStream, Result}, parse_macro_input, DeriveInput, Ident, LitInt, Token, }; -- cgit v1.2.3