diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-04-19 22:00:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 22:00:11 +0200 |
| commit | a23fd1694de044565890faa10125f451b454d67b (patch) | |
| tree | a365af72f7786a1e072ec2b58ad5a60abf43be12 /src | |
| parent | 349fae3a32cfcb650f252104bb5c88ee32d9bebf (diff) | |
| parent | 4fa1d6177cdb251254ecf37941fd2f7c73f2d6e0 (diff) | |
| download | rust-a23fd1694de044565890faa10125f451b454d67b.tar.gz rust-a23fd1694de044565890faa10125f451b454d67b.zip | |
Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514
Remove unused footer section I realized yesterday while working on docs.rs that rustdoc was generating a "footer"section that it doesn't use. No need to keep it then. r? `@jyn514`
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index dc67a63d333..c50ebf1e6dc 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -110,7 +110,6 @@ crate fn render<T: Print, S: Print>( </nav>\ <section id=\"main\" class=\"content\">{content}</section>\ <section id=\"search\" class=\"content hidden\"></section>\ - <section class=\"footer\"></section>\ {after_content}\ <div id=\"rustdoc-vars\" data-root-path=\"{root_path}\" data-current-crate=\"{krate}\" \ data-search-index-js=\"{root_path}search-index{suffix}.js\" \ |
