From 5a2fe5094af7ec6e461c07f0b75364d9092cc0b4 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 24 Dec 2019 17:52:29 -0500 Subject: redundant use imports --- ipfs-api/src/response/error.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ipfs-api/src/response/error.rs b/ipfs-api/src/response/error.rs index 5287a3d..c98d183 100644 --- a/ipfs-api/src/response/error.rs +++ b/ipfs-api/src/response/error.rs @@ -7,15 +7,6 @@ // use crate::serde::Deserialize; - -#[cfg(feature = "actix")] -use awc; -use http; -#[cfg(feature = "hyper")] -use hyper; -use serde_json; -use serde_urlencoded; -use std; use std::string::FromUtf8Error; #[cfg_attr(feature = "actix", derive(Display), display(fmt = "{}", message))] -- cgit v1.2.3