summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/add.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/add.rs')
-rw-r--r--ipfs-api/src/response/add.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/response/add.rs b/ipfs-api/src/response/add.rs
index e606f6e..24c82ac 100644
--- a/ipfs-api/src/response/add.rs
+++ b/ipfs-api/src/response/add.rs
@@ -6,7 +6,7 @@
// copied, modified, or distributed except according to those terms.
//
-#[derive(Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
+#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct AddResponse {
pub name: String,