Skip to content

Commit 4a6aa6e

Browse files
author
Mukund Lakshman
committed
Fix heading for methods on trait impls.
1 parent a8a40ea commit 4a6aa6e

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/render

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ fn render_impl(
13441344
// because impls can't have a stability.
13451345
if item.doc_value().is_some() {
13461346
document_item_info(&mut info_buffer, cx, it, Some(parent));
1347-
document_full(&mut doc_buffer, item, cx, 0);
1347+
document_full(&mut doc_buffer, item, cx, 3);
13481348
short_documented = false;
13491349
} else {
13501350
// In case the item isn't documented,

0 commit comments

Comments
 (0)