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 343030e commit 377880bCopy full SHA for 377880b
src/librustdoc/html/static/js/search.js
@@ -2728,8 +2728,8 @@ class DocSearch {
2728
// ie. functions that also take the queried type as an argument.
2729
const hasType = result.item && result.item.type;
2730
if (!hasType) {
2731
- continue;
2732
- }
+ continue;
+ }
2733
const inputs = result.item.type.inputs;
2734
const where_clause = result.item.where_clause;
2735
if (containsTypeFromQuery(inputs, where_clause)) {
0 commit comments