Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3245e7b

Browse files
committed
search.js: fix return type of unifyFunctionTypes
1 parent 7f14198 commit 3245e7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3483,8 +3483,7 @@ class DocSearch {
34833483
}
34843484
}
34853485
}
3486-
// @ts-expect-error
3487-
return false;
3486+
return null;
34883487
}
34893488

34903489
// Multiple element recursive case

0 commit comments

Comments
 (0)