diff options
Diffstat (limited to 'tests/heading_setext.rs')
-rw-r--r-- | tests/heading_setext.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/heading_setext.rs b/tests/heading_setext.rs index 8cf0863..29e8dd2 100644 --- a/tests/heading_setext.rs +++ b/tests/heading_setext.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Heading, Node, Root, Text}, to_html, to_html_with_options, to_mdast, |