diff options
Diffstat (limited to 'tests/list.rs')
-rw-r--r-- | tests/list.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/list.rs b/tests/list.rs index cb4019b..e8c42e8 100644 --- a/tests/list.rs +++ b/tests/list.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{List, ListItem, Node, Paragraph, Root, Text}, to_html, to_html_with_options, to_mdast, |