aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gfm_table.rs')
-rw-r--r--tests/gfm_table.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gfm_table.rs b/tests/gfm_table.rs
index c8f20ef..0ea1fa7 100644
--- a/tests/gfm_table.rs
+++ b/tests/gfm_table.rs
@@ -1,4 +1,3 @@
-extern crate markdown;
use markdown::{
mdast::{AlignKind, InlineCode, Node, Root, Table, TableCell, TableRow, Text},
to_html, to_html_with_options, to_mdast,