aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-11-18 21:20:34 -0600
committermat <git@matdoes.dev>2023-11-18 21:20:34 -0600
commit84e036ce3752ecf57904b0f5aff1f33d43e95a32 (patch)
tree07a6c5d3ecb7e9f02e73f9c5956e7a856043aaeb /azalea-client
parentf0b58c7e748e1e94ad0dd08124cfc186e865709c (diff)
downloadazalea-drasl-84e036ce3752ecf57904b0f5aff1f33d43e95a32.tar.xz
clippy
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs
index 787e6144..c7094eb2 100644
--- a/azalea-client/src/client.rs
+++ b/azalea-client/src/client.rs
@@ -53,7 +53,7 @@ use azalea_protocol::{
},
resolver, ServerAddress,
};
-use azalea_world::{Instance, InstanceContainer, InstanceName, PartialInstance};
+use azalea_world::{Instance, InstanceContainer, InstanceName};
use bevy_app::{App, FixedUpdate, Plugin, PluginGroup, PluginGroupBuilder, Update};
use bevy_ecs::{
bundle::Bundle,