Run cargo fmt

This commit is contained in:
Pablo Hirafuji 2020-09-27 20:56:33 -03:00
parent 0c0f70aba0
commit 3d47cc701a

View file

@ -107,7 +107,7 @@ fn main() -> Result<(), Box<dyn Error>> {
if let Some(docs) = entry.docs { if let Some(docs) = entry.docs {
let entry_docs_parser = let entry_docs_parser =
pulldown_cmark::Parser::new_ext(&docs, markdown_options); 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 { ModuleEntry {