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.
2 parents c16780a + d234b0b commit da55e24Copy full SHA for da55e24
src/librustdoc/html/static/main.js
@@ -571,6 +571,9 @@
571
return;
572
}
573
574
+ // Update document title to maintain a meaningful browser history
575
+ $(document).prop("title", "Results for " + query.query + " - Rust");
576
+
577
// Because searching is incremental by character, only the most
578
// recent search query is added to the browser history.
579
if (browserSupportsHistoryApi()) {
0 commit comments