diff options
Diffstat (limited to 'tests/thematic_break.rs')
-rw-r--r-- | tests/thematic_break.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/thematic_break.rs b/tests/thematic_break.rs index 35fa2e0..4721d49 100644 --- a/tests/thematic_break.rs +++ b/tests/thematic_break.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Node, Root, ThematicBreak}, to_html, to_html_with_options, to_mdast, |