Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Aug 21, 2024
1 parent 27067ef commit 24175c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion merk/src/proofs/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ mod verify;
use std::cmp::Ordering;
use std::{collections::HashSet, fmt, ops::RangeFull};

#[cfg(any(feature = "full", feature = "verify"))]
use bincode::{
enc::{write::Writer, Encoder},
enc::write::Writer,
error::{DecodeError, EncodeError},
BorrowDecode, Decode, Encode,
};
Expand Down

0 comments on commit 24175c9

Please sign in to comment.