From 554debce4fcb833cce3c8d0657846d089062d6f8 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 19:50:13 -0400 Subject: clippy --- ipfs-api-prelude/src/read.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ipfs-api-prelude/src/read.rs') 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; -- cgit v1.2.3