Skip to content

Commit

Permalink
Fix heading for methods on trait impls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukund Lakshman committed Oct 5, 2021
1 parent a8a40ea commit 4a6aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/render/mod.rs
Expand Up @@ -1344,7 +1344,7 @@ fn render_impl(
// because impls can't have a stability.
if item.doc_value().is_some() {
document_item_info(&mut info_buffer, cx, it, Some(parent));
document_full(&mut doc_buffer, item, cx, 0);
document_full(&mut doc_buffer, item, cx, 3);
short_documented = false;
} else {
// In case the item isn't documented,
Expand Down

0 comments on commit 4a6aa6e

Please sign in to comment.