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