From fefc5db09a3e2d4453d63edad0f71e93bbb98029 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Apr 2025 21:09:38 +0300 Subject: make azalea::pathfinder::debug public --- azalea/src/pathfinder/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src/pathfinder/debug.rs') diff --git a/azalea/src/pathfinder/debug.rs b/azalea/src/pathfinder/debug.rs index 98778cad..da27708d 100644 --- a/azalea/src/pathfinder/debug.rs +++ b/azalea/src/pathfinder/debug.rs @@ -10,7 +10,7 @@ use super::ExecutingPath; /// /// ``` /// # use azalea::prelude::*; -/// # use azalea::pathfinder::PathfinderDebugParticles; +/// # use azalea::pathfinder::debug::PathfinderDebugParticles; /// # #[derive(Component, Clone, Default)] /// # pub struct State; /// -- cgit v1.2.3