diff options
Diffstat (limited to 'azalea/src/pathfinder')
| -rw-r--r-- | azalea/src/pathfinder/goto_event.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/goto_event.rs b/azalea/src/pathfinder/goto_event.rs index dfd89122..d87d1586 100644 --- a/azalea/src/pathfinder/goto_event.rs +++ b/azalea/src/pathfinder/goto_event.rs @@ -12,7 +12,10 @@ use crate::pathfinder::{ /// /// Also see [`PathfinderClientExt::goto`]. /// -/// This event is read by [`goto_listener`]. +/// This event is read by [`goto_listener`] +/// +/// [`goto_listener`]: crate::pathfinder::goto_listener +/// [`PathfinderClientExt::goto`]: crate::pathfinder::PathfinderClientExt::goto #[derive(Event)] #[non_exhaustive] pub struct GotoEvent { |
