Closed
Description
For example, the page for u64
shows an impl From<bool> for u64
that is well documented, whereas the page for From
shows only the bare trait and method signature without any docs.
I see the method html/render.rs
: fn render_implementor(..)
appears to render the trait implementors, but I don't have enough time to navigate the byzantine structure of librustdoc to find where best to insert the doc comments. If someone knowledgeable agrees to mentor me here, I'll gladly take this.