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