Use similar to diff expected and actual output in filetests (#4282)

This commit is contained in:
Trevor Elliott
2022-06-16 12:27:49 -07:00
committed by GitHub
parent c7be93753a
commit 337c1ca832
3 changed files with 13 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -561,6 +561,7 @@ dependencies = [
"log",
"memmap2",
"num_cpus",
"similar",
"target-lexicon",
"thiserror",
]
@@ -2599,6 +2600,12 @@ dependencies = [
"rand_core 0.6.3",
]
[[package]]
name = "similar"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3"
[[package]]
name = "slice-group-by"
version = "0.3.0"