aboutsummaryrefslogtreecommitdiffstats
path: root/tests/xxx_mdast_util_to_hast.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-13 10:40:01 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-13 10:40:01 +0200
commitec2d1bfb4232178fb3a6cba36f138bc6efbbf34a (patch)
tree2da4be3be22c2324c48cb17133b3f4b26b9139d2 /tests/xxx_mdast_util_to_hast.rs
parent861af95c119721e814460fa7dc32bd3d74b38484 (diff)
downloadmarkdown-rs-ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a.tar.gz
markdown-rs-ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a.tar.bz2
markdown-rs-ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a.zip
Rename crate to `markdown`
Diffstat (limited to 'tests/xxx_mdast_util_to_hast.rs')
-rw-r--r--tests/xxx_mdast_util_to_hast.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xxx_mdast_util_to_hast.rs b/tests/xxx_mdast_util_to_hast.rs
index f46f980..dd66226 100644
--- a/tests/xxx_mdast_util_to_hast.rs
+++ b/tests/xxx_mdast_util_to_hast.rs
@@ -1,6 +1,6 @@
-extern crate micromark;
+extern crate markdown;
mod test_utils;
-use micromark::mdast;
+use markdown::mdast;
use pretty_assertions::assert_eq;
use test_utils::{hast, mdast_util_to_hast::mdast_util_to_hast};