From 1dbf02d8c1955316c6cc43a427f506b91c87ef3a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 18 Aug 2022 17:36:06 +0200 Subject: Add `pretty_assertions` to tests for diffs --- build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 7e68124..d518db1 100644 --- a/build.rs +++ b/build.rs @@ -69,6 +69,7 @@ async fn commonmark() { extern crate micromark; use micromark::{{micromark_with_options, Options}}; +use pretty_assertions::assert_eq; #[rustfmt::skip] #[test] -- cgit