From 3e31a2a6bc02d6ef75bd6cbc18568e82e60e1ee3 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:37:10 +0000 Subject: [PATCH] refactor: dead code removed --- src/app_data/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app_data/mod.rs b/src/app_data/mod.rs index 1772f38..a698547 100644 --- a/src/app_data/mod.rs +++ b/src/app_data/mod.rs @@ -457,7 +457,6 @@ impl AppData { /// Get all the ContainerItems /// Thnk this allow block can be removed with the 1.87 release of Clippy - #[allow(clippy::missing_const_for_fn)] pub fn get_container_items(&self) -> &[ContainerItem] { &self.containers.items }