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