summaryrefslogtreecommitdiffstats
path: root/src/launcher/extract.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-30 23:39:40 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-30 23:39:40 -0600
commit58b85cd77338bfc5a35fa39e10598cadb27eee32 (patch)
tree504f2ce93ff4ef3129b757018a3d9b47f257328b /src/launcher/extract.rs
parentremove dead oauth code (diff)
Remove some unused imports but not all of them
Diffstat (limited to 'src/launcher/extract.rs')
-rw-r--r--src/launcher/extract.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launcher/extract.rs b/src/launcher/extract.rs
index 0a08175..8c5f2b8 100644
--- a/src/launcher/extract.rs
+++ b/src/launcher/extract.rs
@@ -3,7 +3,7 @@ use std::fmt::{Display, Formatter};
use std::{fs, io, os};
use std::fs::File;
use std::io::{BufReader, Error as IOError, Read};
-use std::path::{Component, Path, PathBuf};
+use std::path::{Path, PathBuf};
use log::{debug, trace};
use zip::result::ZipError;
use zip::ZipArchive;