We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2c332 commit 7ffb4f6Copy full SHA for 7ffb4f6
src/librustdoc/html/static/js/search.js
@@ -3912,7 +3912,6 @@ 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