diff options
Diffstat (limited to 'src/launcher/extract.rs')
| -rw-r--r-- | src/launcher/extract.rs | 2 |
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; |
