mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Remove unused imports
This commit is contained in:
+3
-8
@@ -1,17 +1,12 @@
|
||||
use std::error::Error;
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
env::{self},
|
||||
fmt,
|
||||
fs::File,
|
||||
io::Write,
|
||||
ops::Deref,
|
||||
path::Path,
|
||||
};
|
||||
#[cfg(target_os = "windows")]
|
||||
use std::env::{self};
|
||||
|
||||
use steam_shortcuts_util::{
|
||||
parse_shortcuts, shortcut::ShortcutOwned, shortcuts_to_bytes, Shortcut,
|
||||
};
|
||||
use steam_shortcuts_util::{parse_shortcuts, shortcut::ShortcutOwned};
|
||||
|
||||
pub fn get_shortcuts_for_user(user: &SteamUsersInfo) -> ShortcutInfo {
|
||||
let mut shortcuts = vec![];
|
||||
|
||||
Reference in New Issue
Block a user