mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#13772)
This commit is contained in:
@ -817,7 +817,7 @@ impl<P> RevealedSparseTrie<P> {
|
||||
tree_mask,
|
||||
hash_mask,
|
||||
hashes,
|
||||
hash.filter(|_| path.len() == 0),
|
||||
hash.filter(|_| path.is_empty()),
|
||||
);
|
||||
updates.updated_nodes.insert(path.clone(), branch_node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user