Skip to content

Commit e132bb5

Browse files
committed
Move comparison and diffing code to a new module.
This includes various minor refactorings to try to clean things up and provide better error messages.
1 parent 0f5deb6 commit e132bb5

File tree

9 files changed

+713
-669
lines changed

9 files changed

+713
-669
lines changed

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ filetime = "0.2"
1616
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
1717
git2 = "0.13.16"
1818
glob = "0.3"
19+
itertools = "0.10.0"
1920
lazy_static = "1.0"
2021
remove_dir_all = "0.5"
2122
serde_json = "1.0"

0 commit comments

Comments
 (0)