diff options
| author | mat <github@matdoes.dev> | 2022-06-19 22:01:54 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-19 22:01:54 -0500 |
| commit | c9a070f711a6fdaf505f522cb8809749c9190e38 (patch) | |
| tree | c64f5d6aaa4f489538d2e81814b31b5abca71a9e /azalea-entity/src | |
| parent | d674633e856f0ac1683172ad5655ff7026c6eae6 (diff) | |
| download | azalea-drasl-c9a070f711a6fdaf505f522cb8809749c9190e38.tar.xz | |
Fix some clippy warnings
Diffstat (limited to 'azalea-entity/src')
| -rw-r--r-- | azalea-entity/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index f776f16f..d32a1a96 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -1,4 +1,4 @@ -use azalea_core::{ChunkPos, EntityPos}; +use azalea_core::EntityPos; #[cfg(feature = "protocol")] use azalea_protocol::packets::game::clientbound_add_entity_packet::ClientboundAddEntityPacket; use uuid::Uuid; |
