rustdoc: remove docblock
class from notable trait popover
This commit builds onb72de9be74
, which removes the `docblock` class from the All Items page, and9457380ac9
, which removes the `docblock` class from the item decl. Fixes #92974
This commit is contained in:
parent
0b90256ada
commit
5314ed5627
8 changed files with 13 additions and 9 deletions
|
@ -1343,7 +1343,7 @@ fn notable_traits_decl(ty: &clean::Type, cx: &Context<'_>) -> (String, String) {
|
|||
write!(
|
||||
&mut out,
|
||||
"<h3>Notable traits for <code>{}</code></h3>\
|
||||
<pre class=\"content\"><code>",
|
||||
<pre><code>",
|
||||
impl_.for_.print(cx)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue