Skip to content

Commit

Permalink
Add missing backslash in HTML string
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 17, 2023
1 parent 0f1d4b5 commit 54f882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
);
}
Expand Down

0 comments on commit 54f882e

Please sign in to comment.