aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
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]