rustdoc: remove unused HTML class sidebar-title
Since 6a5f8b1aef
, this class is no
longer styled.
This commit is contained in:
parent
b8c35ca26b
commit
e9b2922804
1 changed files with 1 additions and 7 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) {
|
fn print_sidebar_title(buf: &mut Buffer, id: &str, title: &str) {
|
||||||
write!(
|
write!(buf, "<h3><a href=\"#{}\">{}</a></h3>", id, title);
|
||||||
buf,
|
|
||||||
"<h3 class=\"sidebar-title\">\
|
|
||||||
<a href=\"#{}\">{}</a>\
|
|
||||||
</h3>",
|
|
||||||
id, title
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_sidebar_block(
|
fn print_sidebar_block(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue