diff options
| author | mat <git@matdoes.dev> | 2025-11-12 03:20:12 +0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-11-12 03:20:12 +0330 |
| commit | ed69345b80faf193b23f9892cc9439e27a9421a4 (patch) | |
| tree | 5aca1c9b7d0a58146591036e63aa9fa600e63cf5 /azalea-entity/src | |
| parent | ea271fab1f1726cb65ba93b427a33915f8e164a5 (diff) | |
| download | azalea-drasl-ed69345b80faf193b23f9892cc9439e27a9421a4.tar.xz | |
clippy
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/data.rs | 3 |
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}; |
