We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864fe1b commit 76945afCopy full SHA for 76945af
src/librustdoc/html/static/js/search.js
@@ -3709,7 +3709,7 @@ async function search(forced) {
3709
}
3710
3711
// Update document title to maintain a meaningful browser history
3712
- searchState.title = "Results for " + query.original + " - Rust";
+ searchState.title = "\"" + query.original + "\" Search - Rust";
3713
3714
// Because searching is incremental by character, only the most
3715
// recent search query is added to the browser history.
0 commit comments