aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html_flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html_flow.rs')
-rw-r--r--tests/html_flow.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/html_flow.rs b/tests/html_flow.rs
index 2605105..2f1d85f 100644
--- a/tests/html_flow.rs
+++ b/tests/html_flow.rs
@@ -1,7 +1,9 @@
extern crate micromark;
use micromark::{
- mdast::{Html, Node, Position, Root},
- micromark, micromark_to_mdast, micromark_with_options, Constructs, Options,
+ mdast::{Html, Node, Root},
+ micromark, micromark_to_mdast, micromark_with_options,
+ unist::Position,
+ Constructs, Options,
};
use pretty_assertions::assert_eq;