We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370fcce commit 587b64eCopy full SHA for 587b64e
src/librustdoc/html/static/js/search.js
@@ -2932,7 +2932,7 @@ ${item.displayPath}<span class="${type}">${name}</span>\
2932
}
2933
2934
// Update document title to maintain a meaningful browser history
2935
- searchState.title = '"' + query.original + '" Search - Rust';
+ searchState.title = "\"" + query.original + "\" Search - Rust";
2936
2937
// Because searching is incremental by character, only the most
2938
// recent search query is added to the browser history.
0 commit comments