We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab0f37 commit 222126aCopy full SHA for 222126a
src/librustdoc/html/static/main.js
@@ -161,7 +161,7 @@ function hideThemeButtonState() {
161
outputElement: function() {
162
return document.getElementById("search");
163
},
164
- title: null,
+ title: document.title,
165
titleBeforeSearch: document.title,
166
timeout: null,
167
// On the search screen, so you remain on the last tab you opened.
0 commit comments