mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
remove unused imports
This commit is contained in:
@@ -2,8 +2,6 @@ use crate::github;
|
|||||||
use crate::global::*;
|
use crate::global::*;
|
||||||
|
|
||||||
use semver::Version;
|
use semver::Version;
|
||||||
#[cfg(not(windows))]
|
|
||||||
use std::{thread, time};
|
|
||||||
|
|
||||||
pub async fn self_update_available() -> bool {
|
pub async fn self_update_available() -> bool {
|
||||||
let current_version: Version = Version::parse(env!("CARGO_PKG_VERSION")).unwrap();
|
let current_version: Version = Version::parse(env!("CARGO_PKG_VERSION")).unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user