Skip to content

Commit b23864d

Browse files
committed
rustdoc js: remove another ts-expect-error
1 parent fed8cda commit b23864d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/js/search.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5200,7 +5200,6 @@ function registerSearchEvents() {
52005200
if (searchState.input.value.length === 0) {
52015201
searchState.hideResults();
52025202
} else {
5203-
// @ts-expect-error
52045203
searchState.timeout = setTimeout(search, 500);
52055204
}
52065205
};

0 commit comments

Comments
 (0)