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 3b074f4 commit af9db6eCopy full SHA for af9db6e
src/librustdoc/html/static/js/search.js
@@ -5199,7 +5199,6 @@ function registerSearchEvents() {
5199
if (searchState.input.value.length === 0) {
5200
searchState.hideResults();
5201
} else {
5202
- // @ts-expect-error
5203
searchState.timeout = setTimeout(search, 500);
5204
}
5205
};
0 commit comments