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