Clippy changes

This commit is contained in:
quexeky
2024-10-24 09:41:04 +11:00
parent f60ca2bd6c
commit 553bc379f0
4 changed files with 3 additions and 13 deletions

View File

@ -22,7 +22,7 @@ use std::{
use std::sync::Arc;
use tauri_plugin_deep_link::DeepLinkExt;
use crate::db::DatabaseImpls;
use crate::downloads::game_download::{start_game_download, GameDownload};
use crate::downloads::game_download::GameDownload;
#[derive(Clone, Copy, Serialize)]
pub enum AppStatus {