diff --git a/docs/src/main.rs b/docs/src/main.rs index 58c26f1983..c825e4f8aa 100644 --- a/docs/src/main.rs +++ b/docs/src/main.rs @@ -107,7 +107,7 @@ fn main() -> Result<(), Box> { if let Some(docs) = entry.docs { let entry_docs_parser = pulldown_cmark::Parser::new_ext(&docs, markdown_options); - pulldown_cmark::html::push_html(&mut entry_docs_html, entry_docs_parser); + pulldown_cmark::html::push_html(&mut entry_docs_html, entry_docs_parser); } ModuleEntry {