aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-11 23:21:42 -1030
committermat <git@matdoes.dev>2025-12-11 23:21:42 -1030
commitca70e5e321a3c174c53d0650feed84db471ac30d (patch)
tree43042fa40c2f3d7f30ea56e1ee84c59dcb13be66 /azalea-entity
parent918214e8ba4eae65daf5d2da17aa0022f2ae5212 (diff)
downloadazalea-drasl-ca70e5e321a3c174c53d0650feed84db471ac30d.tar.xz
enable str_to_string clippy lint
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/src/metadata.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/metadata.rs b/azalea-entity/src/metadata.rs
index c3fb480f..0a4e921d 100644
--- a/azalea-entity/src/metadata.rs
+++ b/azalea-entity/src/metadata.rs
@@ -2265,7 +2265,7 @@ impl Default for CommandBlockMinecartMetadataBundle {
custom_display_block: CustomDisplayBlock(azalea_block::BlockState::AIR),
display_offset: DisplayOffset(Default::default()),
},
- command_name: CommandName("".to_string()),
+ command_name: CommandName("".to_owned()),
last_output: LastOutput(Default::default()),
}
}