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