diff options
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ async fn commonmark() { extern crate micromark; use micromark::{{micromark_with_options, Options}}; +use pretty_assertions::assert_eq; #[rustfmt::skip] #[test] |