diff options
| -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\" \ |
