diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-08 16:03:44 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-08 16:03:44 +0100 |
| commit | 45a43debb6c87f7ef927dc6574440744a1a67ceb (patch) | |
| tree | 903e269328861824ceb92044dac96ed3a3fbe816 /src | |
| parent | 03360be6b77a37947e6ef6c54777b7b96728de69 (diff) | |
| download | rust-45a43debb6c87f7ef927dc6574440744a1a67ceb.tar.gz rust-45a43debb6c87f7ef927dc6574440744a1a67ceb.zip | |
Remove useless collapse toggle on "all items" page
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 16334890da6..7adf63f26f6 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -312,14 +312,6 @@ impl AllTypes { f.write_str( "<h1 class=\"fqn\">\ <span class=\"in-band\">List of all items</span>\ - <span class=\"out-of-band\">\ - <span id=\"render-detail\">\ - <a id=\"toggle-all-docs\" href=\"javascript:void(0)\" \ - title=\"collapse all docs\">\ - [<span class=\"inner\">−</span>]\ - </a>\ - </span> - </span> </h1>", ); // Note: print_entries does not escape the title, because we know the current set of titles |
