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/src/pathfinder/moves/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'azalea/src/pathfinder/moves') diff --git a/azalea/src/pathfinder/moves/mod.rs b/azalea/src/pathfinder/moves/mod.rs index 39ef786b..bb2354bf 100644 --- a/azalea/src/pathfinder/moves/mod.rs +++ b/azalea/src/pathfinder/moves/mod.rs @@ -137,8 +137,9 @@ impl ExecuteCtx<'_, '_, '_, '_, '_, '_, '_, '_> { true } - /// Mine the block at the given position. Returns whether the block is being - /// mined. + /// Mine the block at the given position. + /// + /// Returns whether the block is being mined. pub fn mine(&mut self, block: BlockPos) -> bool { let block_state = self .instance -- cgit v1.2.3