diff options
Diffstat (limited to 'azalea-entity/src/attributes.rs')
| -rw-r--r-- | azalea-entity/src/attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/attributes.rs b/azalea-entity/src/attributes.rs index 9af3bcaa..d3881147 100644 --- a/azalea-entity/src/attributes.rs +++ b/azalea-entity/src/attributes.rs @@ -1,6 +1,6 @@ //! See <https://minecraft.fandom.com/wiki/Attribute>. -use std::collections::{hash_map, HashMap}; +use std::collections::{HashMap, hash_map}; use azalea_buf::AzBuf; use azalea_core::resource_location::ResourceLocation; |
