diff options
| author | 2025-01-30 23:39:40 -0600 | |
|---|---|---|
| committer | 2025-01-30 23:39:40 -0600 | |
| commit | 58b85cd77338bfc5a35fa39e10598cadb27eee32 (patch) | |
| tree | 504f2ce93ff4ef3129b757018a3d9b47f257328b /src/launcher/settings.rs | |
| parent | remove dead oauth code (diff) | |
Remove some unused imports but not all of them
Diffstat (limited to 'src/launcher/settings.rs')
| -rw-r--r-- | src/launcher/settings.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |
