From 7c5c87d316df31bfe732872df10eaa1a4b6f3a12 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 11 Nov 2024 00:24:27 +0100 Subject: refactor(ecs): fix clippy lints --- ecs/src/entity.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs/src/entity.rs') diff --git a/ecs/src/entity.rs b/ecs/src/entity.rs index fff66f5..3de9cd5 100644 --- a/ecs/src/entity.rs +++ b/ecs/src/entity.rs @@ -2,6 +2,7 @@ use linkme::distributed_slice; use crate::World; +#[allow(clippy::module_name_repetitions)] #[macro_export] macro_rules! static_entity { ($visibility: vis $ident: ident, $components: expr) => { -- cgit v1.2.3-18-g5258