diff options
Diffstat (limited to '')
-rw-r--r-- | build.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,4 +1,3 @@ -extern crate reqwest; use regex::Regex; use std::fs; @@ -67,7 +66,6 @@ async fn commonmark() { // > 👉 **Important**: this module is generated by `build.rs`. // > It is generate from the latest CommonMark website. -extern crate markdown; use markdown::{{to_html_with_options, CompileOptions, Options}}; use pretty_assertions::assert_eq; |