use assert_matches!

This commit is contained in:
NikVolf
2019-08-22 17:43:03 +03:00
parent bd8eea97b7
commit 27337f1bb0
3 changed files with 14 additions and 14 deletions

View File

@@ -3,3 +3,6 @@ name = "zcash-mmr"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2018"
[dev-dependencies]
assert_matches = "1.3.0"