/* Hide rustdoc's "Blanket Implementations" and "Auto Trait Implementations"
* sections on every arcis type page.
*
* Rationale: arcis types live inside `#[encrypted]` code where the interpreter
* intercepts methods. The std blanket impls (Any, Borrow, From, Into, …) and
* the auto-trait impls (Send, Sync, Unpin, …) are not actually usable in that
* context, so they only add noise. */
/* Main content sections. */
}
/* Sidebar entries (header + list). The :has() selector keeps the empty <h3>
* from being left behind when the inner anchor is the only child. */
}