mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Run cargo fmt
This commit is contained in:
parent
0c0f70aba0
commit
3d47cc701a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue