Address various warnings

This commit is contained in:
Ian Douglas Scott 2024-03-05 12:25:20 -08:00
parent ea0de44e42
commit 7106001179
7 changed files with 24 additions and 31 deletions

View file

@ -14,6 +14,7 @@ pub fn icon_for_app_id(app_id: String) -> Option<PathBuf> {
)
}
#[allow(dead_code)]
#[derive(Debug, Clone, Default)]
struct DesktopInfo {
id: String,