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.
where
1 parent 4f6772d commit c05f6bfCopy full SHA for c05f6bf
src/librustdoc/html/static/js/search.js
@@ -3062,7 +3062,7 @@ class DocSearch {
3062
name: fnParamNames[-1 - fnType.id],
3063
highlighted: !!fnType.highlighted,
3064
}, result);
3065
- // @ts-expect-error
+ /** @type{string[]} */
3066
const where = [];
3067
onEachBtwn(
3068
fnType.generics,
@@ -3072,7 +3072,6 @@ class DocSearch {
3072
() => pushText({ name: " + ", highlighted: false }, where),
3073
);
3074
if (where.length > 0) {
3075
3076
whereClause.set(fnParamNames[-1 - fnType.id], where);
3077
}
3078
} else {
0 commit comments