From de79ca02585fc18f7ba4c826e5ff8178b6a7d575 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sun, 9 Nov 2025 10:57:26 -0600 Subject: [PATCH] Apply clippy lint fix --- src/objects.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/objects.rs b/src/objects.rs index 52650e9..0a00d1b 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -4,7 +4,6 @@ use bevy::{ ecs::{ - bundle::Bundle, component::Component, entity::Entity, event::{EventReader, EventWriter},