From 8d76fe6be211dfc8fc57d4e2f7e312e757ca899c Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 24 Sep 2025 14:41:50 +0200 Subject: refactor(ecs): improve pair with wildcard API --- ecs/src/entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecs/src/entity.rs') diff --git a/ecs/src/entity.rs b/ecs/src/entity.rs index 6ee5ad8..d7e5945 100644 --- a/ecs/src/entity.rs +++ b/ecs/src/entity.rs @@ -18,7 +18,7 @@ use crate::{EntityComponentRef, World}; pub mod obtainer; /// A handle to a entity. -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct Handle<'a> { archetype: &'a Archetype, -- cgit v1.2.3-18-g5258