From 66174fc7d4a1f2f2ee8449a2655c049895b63e7c Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 16 Apr 2025 07:13:09 +0400 Subject: clippy and fix broken doc tests --- azalea/src/pathfinder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index 81ac5337..bd61c4eb 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -195,7 +195,7 @@ impl PathfinderClientExt for azalea_client::Client { /// ``` /// # use azalea::prelude::*; /// # use azalea::{BlockPos, pathfinder::goals::BlockPosGoal}; - /// # fn example(bot: &Client) { + /// # async fn example(bot: &Client) { /// bot.goto(BlockPosGoal(BlockPos::new(0, 70, 0))).await; /// # } /// ``` -- cgit v1.2.3