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