refactor: dead code removed

This commit is contained in:
Jack Wills
2025-12-09 11:37:10 +00:00
parent 0763a1024f
commit 3e31a2a6bc
-1
View File
@@ -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
}