Closed
Description
E.g. in extra::arc
there is
/****************************************************************************
* Immutable Arc
****************************************************************************/
/// An atomically reference counted wrapper for shared immutable state.
pub struct Arc<T> { priv x: UnsafeArc<T> }
which results in this HTML:
<hr>
<ul>
<li>Immutable Arc *************************************************************************** An atomically reference counted wrapper for shared immutable state.</li>
</ul>
(Appearing here at time of filing.)