diff options
Diffstat (limited to 'tests/fuzz.rs')
-rw-r--r-- | tests/fuzz.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fuzz.rs b/tests/fuzz.rs index e6816e6..d1a87b7 100644 --- a/tests/fuzz.rs +++ b/tests/fuzz.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{mdast, to_html, to_html_with_options, to_mdast, Options}; use pretty_assertions::assert_eq; |