From 5578f9b3cdf91e4f6c736ee9c2bbc3b408890149 Mon Sep 17 00:00:00 2001 From: SionoiS Date: Mon, 27 Jul 2020 18:38:36 -0400 Subject: dag put & dag get --- ipfs-api/src/request/dag.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ipfs-api/src/request/dag.rs') diff --git a/ipfs-api/src/request/dag.rs b/ipfs-api/src/request/dag.rs index 4e2bde3..075b918 100644 --- a/ipfs-api/src/request/dag.rs +++ b/ipfs-api/src/request/dag.rs @@ -19,7 +19,6 @@ impl<'a> ApiRequest for DagGet<'a> { const PATH: &'static str = "/dag/get"; } -#[allow(dead_code)] pub struct DagPut; impl_skip_serialize!(DagPut); -- cgit v1.2.3