diff options
Diffstat (limited to 'azalea/src/pathfinder/debug.rs')
| -rw-r--r-- | azalea/src/pathfinder/debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/debug.rs b/azalea/src/pathfinder/debug.rs index 0a5f583d..0117479c 100644 --- a/azalea/src/pathfinder/debug.rs +++ b/azalea/src/pathfinder/debug.rs @@ -19,7 +19,7 @@ use crate::pathfinder::moves::should_mine_block_state; /// # #[derive(Clone, Component, Default)] /// # pub struct State; /// -/// async fn handle(mut bot: Client, event: azalea::Event, state: State) -> anyhow::Result<()> { +/// async fn handle(mut bot: Client, event: azalea::Event, state: State) -> eyre::Result<()> { /// match event { /// azalea::Event::Init => { /// bot.ecs |
