From 58b85cd77338bfc5a35fa39e10598cadb27eee32 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 30 Jan 2025 23:39:40 -0600 Subject: Remove some unused imports but not all of them --- src/launcher/settings.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/launcher/settings.rs') diff --git a/src/launcher/settings.rs b/src/launcher/settings.rs index 5c8cb27..4dfc4ac 100644 --- a/src/launcher/settings.rs +++ b/src/launcher/settings.rs @@ -1,6 +1,5 @@ use std::collections::HashMap; use std::error::Error; -use std::ffi::{OsStr, OsString}; use std::fmt::{Display, Formatter}; use std::io::ErrorKind; use std::path::{Path, PathBuf}; -- cgit v1.2.3-70-g09d2