summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/error.rs')
-rw-r--r--ipfs-api/src/response/error.rs9
1 files changed, 0 insertions, 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))]