From 4bcf6308ebbac4b2ec066f6ea239b08864ac78e3 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 23 Jun 2022 13:25:49 +0000 Subject: [PATCH] Remove unneeded use --- src/pixiv_web.rs | 1 - 1 file changed, 1 deletion(-) 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