Skip to content

Commit 45a43de

Browse files
Remove useless collapse toggle on "all items" page
1 parent 03360be commit 45a43de

File tree

1 file changed

+0
-8
lines changed
  • src/librustdoc/html/render

1 file changed

+0
-8
lines changed

src/librustdoc/html/render/mod.rs

-8
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,6 @@ impl AllTypes {
312312
f.write_str(
313313
"<h1 class=\"fqn\">\
314314
<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\">&#x2212;</span>]\
320-
</a>\
321-
</span>
322-
</span>
323315
</h1>",
324316
);
325317
// Note: print_entries does not escape the title, because we know the current set of titles

0 commit comments

Comments
 (0)