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 7cd8128 commit e727600Copy full SHA for e727600
src/librustdoc/html/static/main.js
@@ -901,7 +901,7 @@ function defocusSearchBar() {
901
// Names didn't match so let's check if one of the generic types could.
902
if (literalSearch === true) {
903
if (obj.length > GENERICS_DATA && obj[GENERICS_DATA].length > 0) {
904
- return onEach(obj[GENERICS_DATA],
+ return obj[GENERICS_DATA].some(
905
function(name) {
906
return name === val.name;
907
});
0 commit comments