From 17f63d9859e1c82a30c07bf110cf2b9872e2427e Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 11 Nov 2024 21:03:34 +0100 Subject: refactor(ecs): remove unnecessary imports of crate as ecs --- ecs/src/stats.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ecs/src/stats.rs') diff --git a/ecs/src/stats.rs b/ecs/src/stats.rs index 410610f..56a5c32 100644 --- a/ecs/src/stats.rs +++ b/ecs/src/stats.rs @@ -1,7 +1,5 @@ use ecs_macros::Sole; -use crate as ecs; - #[derive(Debug, Default, Sole)] #[non_exhaustive] pub struct Stats -- cgit v1.2.3-18-g5258