Update src/ipld/dag_cbor.rs

Co-authored-by: Joonas Koivunen <joonas.koivunen@gmail.com>
This commit is contained in:
Christopher Joel 2022-01-31 14:50:42 -08:00 committed by GitHub
parent 888776f279
commit 80d2b79cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},