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 26f85cc commit d92f840Copy full SHA for d92f840
src/librustdoc/html/static/main.js
@@ -1905,8 +1905,8 @@ function defocusSearchBar() {
1905
len = itemTypes.length;
1906
var lastPath = "";
1907
for (i = 0; i < len; ++i) {
1908
- // This object should have exactly the same set of fields as the "crateRow"
1909
- // object defined above.
+ // This object should have exactly the same set of fields as the "crateRow"
+ // object defined above.
1910
var row = {
1911
crate: crate,
1912
ty: itemTypes[i],
0 commit comments