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 eda171d commit 1493200Copy full SHA for 1493200
src/librustdoc/html/static/js/search.js
@@ -2718,7 +2718,7 @@ class DocSearch {
2718
const isMixedCase = normalizedUserQuery !== userQuery;
2719
const result_list = [];
2720
const isReturnTypeQuery = parsedQuery.elems.length === 0 ||
2721
- typeInfo == "returned";
+ typeInfo === "returned";
2722
for (const result of results.values()) {
2723
result.item = this.searchIndex[result.id];
2724
result.word = this.searchIndex[result.id].word;
0 commit comments