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