diff options
| author | bors <bors@rust-lang.org> | 2022-10-06 05:58:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-06 05:58:27 +0000 |
| commit | 4bd30785eb6e55f317b41b7c278f438807eeb174 (patch) | |
| tree | 33415b4276d016831097b86178f33af60250276f /src/librustdoc/html/render/write_shared.rs | |
| parent | 0152393048c4eb6c6d2aec63e9899cc86a269b44 (diff) | |
| parent | b7642fb97c0051754e4e07bacd3a72bd126de7f7 (diff) | |
Auto merge of #102726 - matthiaskrgr:rollup-2ghn38b, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #102672 (rustdoc: remove unused CSS class `in-band`) - #102693 (Revert "Use getentropy when possible on all Apple platforms") - #102694 (Suggest calling method if fn does not exist) - #102708 (Suggest `==` to wrong assign expr) - #102710 (Add test for issue 82633) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/render/write_shared.rs')
| -rw-r--r-- | src/librustdoc/html/render/write_shared.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustdoc/html/render/write_shared.rs b/src/librustdoc/html/render/write_shared.rs index 1c88528aa20..85f63c985b3 100644 --- a/src/librustdoc/html/render/write_shared.rs +++ b/src/librustdoc/html/render/write_shared.rs @@ -517,9 +517,7 @@ if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex}; }; let content = format!( - "<h1 class=\"fqn\">\ - <span class=\"in-band\">List of all crates</span>\ - </h1><ul class=\"all-items\">{}</ul>", + "<h1 class=\"fqn\">List of all crates</h1><ul class=\"all-items\">{}</ul>", krates .iter() .map(|s| { |
