Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez
rustdoc: remove unused HTML class `sidebar-title`
Since 6a5f8b1aef, this class is no longer styled.
This commit is contained in:
commit
e1d72a485a
11 changed files with 24 additions and 30 deletions
|
|
@ -2259,13 +2259,7 @@ fn extract_for_impl_name(item: &clean::Item, cx: &Context<'_>) -> Option<(String
|
|||
}
|
||||
|
||||
fn print_sidebar_title(buf: &mut Buffer, id: &str, title: &str) {
|
||||
write!(
|
||||
buf,
|
||||
"<h3 class=\"sidebar-title\">\
|
||||
<a href=\"#{}\">{}</a>\
|
||||
</h3>",
|
||||
id, title
|
||||
);
|
||||
write!(buf, "<h3><a href=\"#{}\">{}</a></h3>", id, title);
|
||||
}
|
||||
|
||||
fn print_sidebar_block(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue