From 6e4abc44d27be48ccc639954e77a49ca2b01b381 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 30 Apr 2024 19:48:58 +0200 Subject: [PATCH] this should be it --- src/controller.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controller.rs b/src/controller.rs index 667cd09..92bf41e 100644 --- a/src/controller.rs +++ b/src/controller.rs @@ -336,6 +336,7 @@ pub fn move_images_inside_home_dir_to_low_prio_ground_dir( } // TODO no idea if this works in any way shape or form +#[allow(dead_code)] pub fn get_latest_image(index: usize) -> Result { // Get the most recently modified file let mut png_files = std::fs::read_dir(HOME_FOLDER_EXPERIMENT)?