Fix clippy lints, impl treehash for slices

This commit is contained in:
Paul Hauner
2019-04-29 15:32:41 +10:00
parent 240d1e197a
commit f20314bd87
4 changed files with 64 additions and 54 deletions

View File

@@ -1,4 +1,3 @@
use cached_tree_hash::TreeHashCache;
use ethereum_types::H256 as Hash256;
use tree_hash::TreeHash;