Remove pretty_assertions dependency

It was only used in two places. Rather than adding `use
pretty_assertions::*` everywhere, it's easier to remove, and it
removes two additional dependency crates.
This commit is contained in:
link2xt
2021-11-20 10:03:23 +00:00
committed by Floris Bruynooghe
parent a1d57a2645
commit e885857875
4 changed files with 0 additions and 31 deletions

View File

@@ -81,7 +81,6 @@ async-std = { version = "1", features = ["unstable", "attributes"] }
criterion = "0.3"
futures-lite = "1.12"
log = "0.4"
pretty_assertions = "1.0"
pretty_env_logger = "0.4"
proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = "3"