From 80d2b79cb73a067981881dbdc04e4cf4fd0c8e00 Mon Sep 17 00:00:00 2001 From: Christopher Joel <240083+cdata@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:50:42 -0800 Subject: [PATCH] Update src/ipld/dag_cbor.rs Co-authored-by: Joonas Koivunen --- src/ipld/dag_cbor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipld/dag_cbor.rs b/src/ipld/dag_cbor.rs index 1cf30ecb..6b98aaeb 100644 --- a/src/ipld/dag_cbor.rs +++ b/src/ipld/dag_cbor.rs @@ -4,7 +4,6 @@ use crate::ipld::{BlockError, Ipld, IpldError}; use byteorder::{BigEndian, ByteOrder}; use cid::Cid; use std::{ - cmp::Ordering, collections::BTreeMap, convert::TryFrom, io::{Read, Write},