Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMenko committed Jun 28, 2023
1 parent 80d1d36 commit 7f0e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! * Disk based storage backend (using mmaped files should be easy)

use crate::Field;
use serde::{de::DeserializeOwned, Deserialize, Serialize};
use serde::{Deserialize, Serialize};
use std::{
fmt::Debug,
iter::{once, repeat, successors},
Expand Down

0 comments on commit 7f0e0e9

Please sign in to comment.