From 2a8718f7c671ab1fc5e38340b467e2bd77f16cc0 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 9 Feb 2025 18:41:26 +0100 Subject: perf(ecs): replace component::Sequence::into_vec fn with into_array --- ecs/src/util.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs/src/util.rs') diff --git a/ecs/src/util.rs b/ecs/src/util.rs index 4ba8597..0273b18 100644 --- a/ecs/src/util.rs +++ b/ecs/src/util.rs @@ -4,6 +4,7 @@ pub trait Array: AsRef<[Item]> + AsMut<[Item]> + IntoIterator + + Into> + Sortable + sealed::Sealed { -- cgit v1.2.3-18-g5258