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 523f413 commit 1b8b09aCopy full SHA for 1b8b09a
src/librustdoc/html/static/js/search.js
@@ -2798,7 +2798,7 @@ class DocSearch {
2798
2799
// To be sure than it some items aren't considered as duplicate.
2800
obj.fullPath = res[2] + "|" + obj.ty
2801
-
+
2802
if (duplicates.has(obj.fullPath)) {
2803
continue;
2804
}
0 commit comments