Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f056836

Browse files
committed
settings.js: remove dead code for adding <hr> to settings page
1 parent 6ca7bd0 commit f056836

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustdoc/html/static/js/settings.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@
153153
let output = "";
154154

155155
for (const setting of settings) {
156-
if (setting === "hr") {
157-
output += "<hr>";
158-
continue;
159-
}
160-
161156
const js_data_name = setting["js_name"];
162157
const setting_name = setting["name"];
163158

0 commit comments

Comments
 (0)