mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 14:13:38 +00:00
fix error_index_generator
This commit is contained in:
parent
9d5b1ae763
commit
ef4587b270
@ -100,7 +100,7 @@ impl Formatter for HTMLFormatter {
|
||||
|
||||
// Description rendered as markdown.
|
||||
match info.description {
|
||||
Some(ref desc) => write!(output, "{}", Markdown(desc, RenderType::Hoedown))?,
|
||||
Some(ref desc) => write!(output, "{}", Markdown(desc, &[], RenderType::Hoedown))?,
|
||||
None => write!(output, "<p>No description.</p>\n")?,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user