| commit | c7bbc386580bc6db69186635d2f1c9f28a0d4863 |
| parent | 00bfb1b9e7 |
| author | Lucas Galante <[email protected]> |
| date | 2026-06-19 15:40 |
Clean up compiler warnings
src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 9e483a6..d5fb6d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -615,6 +615,7 @@ impl State { ] } + #[allow(dead_code)] fn widgets_iter_mut(&mut self) -> Vec<&mut dyn Element> { vec![ &mut self.bg,