Skip to content

Commit

Permalink
fix rustdoc JS
Browse files Browse the repository at this point in the history
  • Loading branch information
hrls committed Feb 8, 2019
1 parent 43e04fb commit 5288f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/main.js
Expand Up @@ -2026,7 +2026,7 @@ if (!DOMTokenList.prototype.remove) {
} else if (action === "hide") {
addClass(relatedDoc, "fns-now-collapsed");
addClass(docblock, "hidden-by-usual-hider");
onEachLazy(toggle.childNodes, adjustToggle(true, dontApplyBlockRule);
onEachLazy(toggle.childNodes, adjustToggle(true, dontApplyBlockRule));
onEachLazy(relatedDoc.childNodes, implHider(true, dontApplyBlockRule));
}
}
Expand Down

0 comments on commit 5288f3f

Please sign in to comment.