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 e628196 commit 0d695ffCopy full SHA for 0d695ff
src/librustdoc/html/static/main.js
@@ -2422,7 +2422,7 @@ if (!DOMTokenList.prototype.remove) {
2422
return;
2423
}
2424
var crates_text = [];
2425
- if (crates.length > 1) {
+ if (Object.keys(crates).length > 1) {
2426
for (var crate in crates) {
2427
if (crates.hasOwnProperty(crate)) {
2428
crates_text.push(crate);
0 commit comments