From d80cab3b459267501b95bbc755c8c99dacfc6812 Mon Sep 17 00:00:00 2001 From: Tei Roberts Date: Sun, 15 Oct 2023 15:34:24 +0200 Subject: [PATCH] chore: fix doctests --- src/entity/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/builder.rs b/src/entity/builder.rs index 5cbe0bc..57d0b38 100644 --- a/src/entity/builder.rs +++ b/src/entity/builder.rs @@ -31,7 +31,7 @@ impl Child { /// insertion into the world. /// /// ```rust -/// # use flax::*; +/// # use flax::{*, components::*}; /// # use glam::*; /// # component! { /// # health: f32,