From 4f956bd3317dd30ae1505f89bd5621cb7c6dc2fd Mon Sep 17 00:00:00 2001 From: Elliott Pierce Date: Fri, 20 Jun 2025 22:51:16 -0400 Subject: [PATCH] fix ci --- crates/bevy_ecs/src/world/entity_ref.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_ecs/src/world/entity_ref.rs b/crates/bevy_ecs/src/world/entity_ref.rs index 0949c7863c..0bf6cccd80 100644 --- a/crates/bevy_ecs/src/world/entity_ref.rs +++ b/crates/bevy_ecs/src/world/entity_ref.rs @@ -2395,7 +2395,7 @@ impl<'w> EntityWorldMut<'w> { self } - /// This destructs this entity if it is currently constructed, storing the new [`EntityGeneration`] in [`Self::entity`]. + /// This destructs this entity if it is currently constructed, storing the new [`EntityGeneration`](crate::entity::EntityGeneration) in [`Self::entity`]. pub(crate) fn destruct_with_caller(&mut self, caller: MaybeLocation) { // setup let Some(location) = self.location else {