aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html_text.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html_text.rs')
-rw-r--r--tests/html_text.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/html_text.rs b/tests/html_text.rs
index 43d2cf2..942c568 100644
--- a/tests/html_text.rs
+++ b/tests/html_text.rs
@@ -1,4 +1,3 @@
-extern crate markdown;
use markdown::{
mdast::{Html, Node, Paragraph, Root, Text},
to_html, to_html_with_options, to_mdast,