Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddle
Add missing backslash in HTML string Found this missing one when looking at code. r? `@notriddle`
This commit is contained in:
commit
b0d92c2b70
1 changed files with 1 additions and 1 deletions
|
@ -1751,7 +1751,7 @@ fn render_impl(
|
|||
if trait_.is_none() && i.inner_impl().items.is_empty() {
|
||||
w.write_str(
|
||||
"<div class=\"item-info\">\
|
||||
<div class=\"stab empty-impl\">This impl block contains no items.</div>
|
||||
<div class=\"stab empty-impl\">This impl block contains no items.</div>\
|
||||
</div>",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue