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