| commit | 7bf8ba7c1dd4fd028b89efa1eebf0a6ae23aeb87 |
| parent | d32e1a0457 |
| author | Lucas Galante <[email protected]> |
| date | 2026-06-19 15:41 |
Clean up compiler warnings
src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index f2ce03d..da1483a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -403,6 +403,7 @@ fn get_monitor_ppi() -> f32 { fallback_ppi } +#[allow(dead_code)] fn get_system_fonts() -> Vec<String> { let mut fonts = Vec::new(); if let Ok(output) = std::process::Command::new("fc-list")