diff --git a/src/pixiv_web.rs b/src/pixiv_web.rs index dd78789..9524efd 100644 --- a/src/pixiv_web.rs +++ b/src/pixiv_web.rs @@ -8,7 +8,6 @@ use json::JsonValue; use reqwest::IntoUrl; use reqwest::Response; use std::sync::atomic::AtomicBool; -use std::sync::Arc; use std::sync::RwLock; /// A client which use Pixiv's web API