Fix order of closing HTML elements in rustdoc output
This commit is contained in:
parent
0f06824013
commit
9f68b998db
1 changed files with 1 additions and 1 deletions
|
|
@ -1764,7 +1764,7 @@ fn print_sidebar(cx: &Context<'_>, it: &clean::Item, buffer: &mut Buffer) {
|
|||
write!(buffer, "<li class=\"version\">Version {}</li>", Escape(version));
|
||||
}
|
||||
write!(buffer, "<li><a id=\"all-types\" href=\"all.html\">All Items</a></li>");
|
||||
buffer.write_str("</div></ul>");
|
||||
buffer.write_str("</ul></div>");
|
||||
}
|
||||
|
||||
match *it.kind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue