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 3245e7b commit 4a00a84Copy full SHA for 4a00a84
src/librustdoc/html/static/js/search.js
@@ -3539,7 +3539,7 @@ class DocSearch {
3539
}
3540
/** @type {rustdoc.HighlightedFunctionType[]|null} */
3541
let unifiedGenerics = [];
3542
- // @ts-expect-error
+ /** @type {null|Map<number, number>} */
3543
let unifiedGenericsMgens = null;
3544
3545
const passesUnification = unifyFunctionTypes(
@@ -3593,7 +3593,6 @@ class DocSearch {
3593
// @ts-expect-error
3594
queryElem.bindings.get(k),
3595
whereClause,
3596
3597
unifiedGenericsMgens,
3598
solutionCb,
3599
unboxingDepth,
0 commit comments