aboutsummaryrefslogtreecommitdiffstats
path: root/tests/commonmark.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commonmark.rs')
-rw-r--r--tests/commonmark.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/commonmark.rs b/tests/commonmark.rs
index 7d62016..30f62ca 100644
--- a/tests/commonmark.rs
+++ b/tests/commonmark.rs
@@ -3,7 +3,6 @@
// > 👉 **Important**: this module is generated by `build.rs`.
// > It is generate from the latest CommonMark website.
-extern crate markdown;
use markdown::{to_html_with_options, CompileOptions, Options};
use pretty_assertions::assert_eq;