Update src/librustdoc/html/static/main.js
Fix variable name Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
parent
d964e60e4f
commit
496256c561
1 changed files with 1 additions and 1 deletions
|
|
@ -879,7 +879,7 @@ function getSearchElement() {
|
|||
if (typePassesFilter(typeFilter, tmp[1]) === false) {
|
||||
continue;
|
||||
}
|
||||
tmp = checkType(r, val, literalSearch);
|
||||
tmp = checkType(tmp, val, literalSearch);
|
||||
if (literalSearch === true) {
|
||||
if (tmp === true) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue