diff options
Diffstat (limited to '')
-rw-r--r-- | tests/attention.rs | 1 | ||||
-rw-r--r-- | tests/autolink.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/attention.rs b/tests/attention.rs index d79432d..61d038a 100644 --- a/tests/attention.rs +++ b/tests/attention.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Emphasis, Node, Paragraph, Root, Strong, Text}, to_html, to_html_with_options, to_mdast, diff --git a/tests/autolink.rs b/tests/autolink.rs index 64f94e9..1f4fab5 100644 --- a/tests/autolink.rs +++ b/tests/autolink.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Link, Node, Paragraph, Root, Text}, to_html, to_html_with_options, to_mdast, |