diff --git a/src-tauri/src/games/downloads/download_logic.rs b/src-tauri/src/games/downloads/download_logic.rs index 4df7750..3e08a49 100644 --- a/src-tauri/src/games/downloads/download_logic.rs +++ b/src-tauri/src/games/downloads/download_logic.rs @@ -12,7 +12,6 @@ use reqwest::blocking::{RequestBuilder, Response}; use std::fs::{set_permissions, Permissions}; use std::io::{ErrorKind, Read}; -use std::os::unix::fs::MetadataExt; #[cfg(unix)] use std::os::unix::fs::PermissionsExt; use std::{