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.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipfs-api/src/response/error.rs b/ipfs-api/src/response/error.rs
index 5f67eec..7075def 100644
--- a/ipfs-api/src/response/error.rs
+++ b/ipfs-api/src/response/error.rs
@@ -11,7 +11,6 @@ use serde_json;
use serde_urlencoded;
use std::string::FromUtf8Error;
-
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct ApiError {
@@ -19,7 +18,6 @@ pub struct ApiError {
pub code: u8,
}
-
error_chain! {
foreign_links {
Http(hyper::error::Error);