aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/azalea-protocol-macros/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-02-22 22:41:54 -0600
committermat <git@matdoes.dev>2024-02-22 22:41:54 -0600
commit038807e607c55757b3d9a9d51f0b9e65a781772b (patch)
treef162c7397e7ff17f2c7cb1f3fde7178dea60b645 /azalea-protocol/azalea-protocol-macros/src
parent69f7eebcb300bbefdc8b10c191a09db250bde630 (diff)
downloadazalea-drasl-038807e607c55757b3d9a9d51f0b9e65a781772b.tar.xz
fix for hypixel limbo
Diffstat (limited to 'azalea-protocol/azalea-protocol-macros/src')
-rwxr-xr-xazalea-protocol/azalea-protocol-macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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,
};