| commit | 38b3f137a6904eccd70e5a7a704489d4e106b284 |
| parent | 09dad72bb4 |
| 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 f226132..fa999cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -44,6 +44,7 @@ pub enum BrowseNavigation { } #[derive(Debug, Clone)] +#[allow(dead_code)] enum AppMessage { Exit, SwitchPage(Page),