Skip to content

Commit 913e678

Browse files
committed
removed unused imports
1 parent 6863e3e commit 913e678

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@
1111
//! simply clone [steam-webapi-cache](https://github.com/bohdaq/steam-webapi-cache)
1212
//! into the root folder of your project.
1313
14-
use std::{thread, time};
15-
use std::fs::{File, OpenOptions, read_to_string};
16-
use std::io::Write;
17-
use std::path::Path;
1814
use crate::isteam_apps::get_app_list::SteamApp;
1915
use crate::store_steampowered_com::appdetails::SteamAppDetails;
20-
use crate::util::get_cache_dir_path;
2116

2217
pub mod util;
2318
pub mod isteam_apps;

0 commit comments

Comments
 (0)