From ee2575794e91b9457a74a95daf1dcc707058cd58 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Oct 2025 23:01:54 +0300 Subject: upgrade deps and clean up lots of doc comments --- azalea/examples/testbot/commands/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/examples/testbot/commands/debug.rs') diff --git a/azalea/examples/testbot/commands/debug.rs b/azalea/examples/testbot/commands/debug.rs index b98d737f..d80ee3be 100644 --- a/azalea/examples/testbot/commands/debug.rs +++ b/azalea/examples/testbot/commands/debug.rs @@ -58,7 +58,7 @@ pub fn register(commands: &mut CommandDispatcher>) { }; let entity_id = source.bot.entity_component::(entity); source.reply(format!( - "Your Minecraft ID is {} and your ECS id is {entity:?}", + "Your Minecraft ID is {} and your ECS ID is {entity:?}", *entity_id )); 1 -- cgit v1.2.3