sort crate:: imports after super:: imports
This commit is contained in:
parent
2df454c855
commit
a2a315d46d
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
use alloc::collections::BTreeSet;
|
||||
|
||||
use crate::merkle::{SparseMerklePath, SparseValuePath};
|
||||
|
||||
use super::{
|
||||
super::ValuePath, EMPTY_WORD, EmptySubtreeRoots, InnerNode, InnerNodeInfo, InnerNodes,
|
||||
LeafIndex, MerkleError, MerklePath, MutationSet, NodeIndex, RpoDigest, SMT_MAX_DEPTH,
|
||||
SMT_MIN_DEPTH, SparseMerkleTree, Word,
|
||||
};
|
||||
use crate::merkle::{SparseMerklePath, SparseValuePath};
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Reference in a new issue