We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0871a38 + 45a43de commit e6aa48dCopy full SHA for e6aa48d
src/librustdoc/html/render/mod.rs
@@ -312,14 +312,6 @@ impl AllTypes {
312
f.write_str(
313
"<h1 class=\"fqn\">\
314
<span class=\"in-band\">List of all items</span>\
315
- <span class=\"out-of-band\">\
316
- <span id=\"render-detail\">\
317
- <a id=\"toggle-all-docs\" href=\"javascript:void(0)\" \
318
- title=\"collapse all docs\">\
319
- [<span class=\"inner\">−</span>]\
320
- </a>\
321
- </span>
322
323
</h1>",
324
);
325
// Note: print_entries does not escape the title, because we know the current set of titles
0 commit comments