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 3f70bfa commit b76a3d3Copy full SHA for b76a3d3
src/librustdoc/html/static/main.js
@@ -856,7 +856,7 @@ function defocusSearchBar() {
856
// We need to find the type that matches the most to remove it in order
857
// to move forward.
858
var vlength = val.generics.length;
859
- for (var x = 0; x < vlength; ++x) {
+ for (x = 0; x < vlength; ++x) {
860
var lev = MAX_LEV_DISTANCE + 1;
861
var firstGeneric = getObjectNameFromId(val.generics[x]);
862
var match = undefined;
0 commit comments