Skip to content

Commit a23fd16

Browse files
authored
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`
2 parents 349fae3 + 4fa1d61 commit a23fd16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/layout.rs

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ crate fn render<T: Print, S: Print>(
110110
</nav>\
111111
<section id=\"main\" class=\"content\">{content}</section>\
112112
<section id=\"search\" class=\"content hidden\"></section>\
113-
<section class=\"footer\"></section>\
114113
{after_content}\
115114
<div id=\"rustdoc-vars\" data-root-path=\"{root_path}\" data-current-crate=\"{krate}\" \
116115
data-search-index-js=\"{root_path}search-index{suffix}.js\" \

0 commit comments

Comments
 (0)