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 ac6a561 commit 8861980Copy full SHA for 8861980
src/librustdoc/html/static/js/main.js
@@ -1049,7 +1049,7 @@ function preLoadCss(cssUrl) {
1049
const innerToggle = document.getElementById(toggleAllDocsId);
1050
addClass(innerToggle, "will-expand");
1051
onEachLazy(document.getElementsByClassName("toggle"), e => {
1052
- if (collapseImpls || e.parentNode.id !== "implementations-list" ||
+ if ((collapseImpls || e.parentNode.id !== "implementations-list") ||
1053
(!hasClass(e, "implementors-toggle") &&
1054
!hasClass(e, "type-contents-toggle"))
1055
) {
0 commit comments