diff options
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/metadata.rs b/azalea-entity/src/metadata.rs index d076e403..3c49bf53 100644 --- a/azalea-entity/src/metadata.rs +++ b/azalea-entity/src/metadata.rs @@ -193,7 +193,7 @@ //! - [SpawnerMinecart] //! - [TntMinecart] -#![allow(clippy::single_match)] +#![allow(clippy::single_match, non_snake_case)] use azalea_chat::FormattedText; use azalea_core::{ |
