1
Fork 0

rustdoc: remove docblock class from notable trait popover

This commit builds on b72de9be74, which removes
the `docblock` class from the All Items page, and
9457380ac9, which removes the `docblock` class
from the item decl.

Fixes #92974
This commit is contained in:
Michael Howell 2023-01-13 15:42:29 -07:00
parent 0b90256ada
commit 5314ed5627
8 changed files with 13 additions and 9 deletions

View file

@ -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)
);
}