Unify inherent impl blocks by wrapping them into a div
This commit is contained in:
parent
a64180f67f
commit
a5216cf67d
4 changed files with 13 additions and 8 deletions
|
@ -741,7 +741,7 @@ function hideThemeButtonState() {
|
|||
} else {
|
||||
addClass(innerToggle, "will-expand");
|
||||
onEachLazy(document.getElementsByClassName("rustdoc-toggle"), function(e) {
|
||||
if (e.parentNode.id !== MAIN_ID ||
|
||||
if (e.parentNode.id !== "implementations-list" ||
|
||||
(!hasClass(e, "implementors-toggle") &&
|
||||
!hasClass(e, "type-contents-toggle")))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue