From 07e2fa7acaf2b0309263629af4543428c06e771d Mon Sep 17 00:00:00 2001 From: Simon Heath Date: Wed, 13 Dec 2017 10:09:15 -0500 Subject: Revert "Add basic derive's to all types" This reverts commit fc77980617d9ef179ecb1773f3d901f52790cfad. --- ipfs-api/src/response/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipfs-api/src/response/error.rs') diff --git a/ipfs-api/src/response/error.rs b/ipfs-api/src/response/error.rs index 6222a08..5f67eec 100644 --- a/ipfs-api/src/response/error.rs +++ b/ipfs-api/src/response/error.rs @@ -12,7 +12,7 @@ use serde_urlencoded; use std::string::FromUtf8Error; -#[derive(Deserialize, Debug, Clone, PartialEq, Eq, Hash)] +#[derive(Debug, Deserialize)] #[serde(rename_all = "PascalCase")] pub struct ApiError { pub message: String, -- cgit v1.2.3