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 cd31800 commit 85b6723Copy full SHA for 85b6723
src/librustdoc/html/static/main.js
@@ -879,7 +879,7 @@ function getSearchElement() {
879
if (typePassesFilter(typeFilter, tmp[1]) === false) {
880
continue;
881
}
882
- tmp = checkType(r, val, literalSearch);
+ tmp = checkType(tmp, val, literalSearch);
883
if (literalSearch === true) {
884
if (tmp === true) {
885
return true;
0 commit comments