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 43e04fb commit 8f6d05bCopy full SHA for 8f6d05b
src/librustdoc/html/static/main.js
@@ -1598,7 +1598,7 @@ if (!DOMTokenList.prototype.remove) {
1598
clearTimeout(searchTimeout);
1599
if (search_input.value.length === 0) {
1600
if (browserSupportsHistoryApi()) {
1601
- history.replaceState("", "std - Rust", "?search=");
+ history.replaceState("", window.currentCrate + " - Rust", "?search=");
1602
}
1603
if (hasClass(main, "content")) {
1604
removeClass(main, "hidden");
0 commit comments