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