Skip to content

Commit af9db6e

Browse files
committed
rustdoc js: remove another @ts-expect-error
1 parent 3b074f4 commit af9db6e

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
@@ -5199,7 +5199,6 @@ function registerSearchEvents() {
51995199
if (searchState.input.value.length === 0) {
52005200
searchState.hideResults();
52015201
} else {
5202-
// @ts-expect-error
52035202
searchState.timeout = setTimeout(search, 500);
52045203
}
52055204
};

0 commit comments

Comments
 (0)