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 a8a40ea commit 4a6aa6eCopy full SHA for 4a6aa6e
src/librustdoc/html/render/mod.rs
@@ -1344,7 +1344,7 @@ fn render_impl(
1344
// because impls can't have a stability.
1345
if item.doc_value().is_some() {
1346
document_item_info(&mut info_buffer, cx, it, Some(parent));
1347
- document_full(&mut doc_buffer, item, cx, 0);
+ document_full(&mut doc_buffer, item, cx, 3);
1348
short_documented = false;
1349
} else {
1350
// In case the item isn't documented,
0 commit comments