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

@@ -4,9 +4,6 @@ version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[profile.release]
debug = true
[[bench]]
name = "benches"
harness = false