Skip to content

Commit 0710c20

Browse files
committed
Auto merge of #58294 - hrls:master, r=GuillaumeGomez
fix rustdoc JS #58290
2 parents 652ae3f + 5288f3f commit 0710c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ if (!DOMTokenList.prototype.remove) {
20262026
} else if (action === "hide") {
20272027
addClass(relatedDoc, "fns-now-collapsed");
20282028
addClass(docblock, "hidden-by-usual-hider");
2029-
onEachLazy(toggle.childNodes, adjustToggle(true, dontApplyBlockRule);
2029+
onEachLazy(toggle.childNodes, adjustToggle(true, dontApplyBlockRule));
20302030
onEachLazy(relatedDoc.childNodes, implHider(true, dontApplyBlockRule));
20312031
}
20322032
}

0 commit comments

Comments
 (0)