diff options
Diffstat (limited to 'tests/autolink.rs')
-rw-r--r-- | tests/autolink.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, |