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 259bd7c commit ed2c332Copy full SHA for ed2c332
src/librustdoc/html/static/js/search.js
@@ -3912,7 +3912,7 @@ function initSearch(searchIndx) {
3912
rawSearchIndex = searchIndx;
3913
if (typeof window !== "undefined") {
3914
docSearch = new DocSearch(rawSearchIndex, ROOT_PATH, searchState);
3915
-
+
3916
registerSearchEvents();
3917
// If there's a search term in the URL, execute the search now.
3918
if (window.searchState.getQueryStringParams().search) {
0 commit comments