summaryrefslogtreecommitdiffstats
path: root/ipfs-api-prelude/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api-prelude/src/read.rs')
-rw-r--r--ipfs-api-prelude/src/read.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipfs-api-prelude/src/read.rs b/ipfs-api-prelude/src/read.rs
index f0a887e..118ac47 100644
--- a/ipfs-api-prelude/src/read.rs
+++ b/ipfs-api-prelude/src/read.rs
@@ -13,7 +13,6 @@ use futures::{
Stream,
};
use serde::Deserialize;
-use serde_json;
use std::{cmp, fmt::Display, io, marker::PhantomData, pin::Pin};
use tokio::io::{AsyncRead, ReadBuf};
use tokio_util::codec::Decoder;