aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-11-12 03:20:12 +0330
committermat <git@matdoes.dev>2025-11-12 03:20:12 +0330
commited69345b80faf193b23f9892cc9439e27a9421a4 (patch)
tree5aca1c9b7d0a58146591036e63aa9fa600e63cf5 /azalea-entity/src
parentea271fab1f1726cb65ba93b427a33915f8e164a5 (diff)
downloadazalea-drasl-ed69345b80faf193b23f9892cc9439e27a9421a4.tar.xz
clippy
Diffstat (limited to 'azalea-entity/src')
-rw-r--r--azalea-entity/src/data.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-entity/src/data.rs b/azalea-entity/src/data.rs
index 65267c4a..22eb68d6 100644
--- a/azalea-entity/src/data.rs
+++ b/azalea-entity/src/data.rs
@@ -1,5 +1,8 @@
//! Define some types needed for entity metadata.
+// TODO: this is here because of a bug in enum_as_inner. remove when it's fixed
+#![allow(clippy::double_parens)]
+
use std::io::{self, Cursor, Write};
use azalea_buf::{AzBuf, AzaleaRead, AzaleaReadVar, AzaleaWrite, AzaleaWriteVar, BufReadError};