We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed6786 commit a404523Copy full SHA for a404523
src/librustdoc/html/render/mod.rs
@@ -1772,7 +1772,7 @@ pub(crate) fn render_impl_summary(
1772
let is_trait = i.inner_impl().trait_.is_some();
1773
if is_trait {
1774
if let Some(portability) = portability(&i.impl_item, Some(parent)) {
1775
- write!(w, "<span class=\"item-info\">{}</span>", portability);
+ write!(w, "<div class=\"item-info\">{}</div>", portability);
1776
}
1777
1778
0 commit comments