mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Fix order of closing HTML elements in rustdoc output
This commit is contained in:
parent
0f06824013
commit
9f68b998db
@ -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…
Reference in New Issue
Block a user