Closed
Description
Right now if one adds additional information to an implementation of a trait’s method, that information is not shown in the output of rustdoc
. For instance, the implementation of Drop
for Rc
has an elaborate description with an example; however, this information is not accessible to the readers.
Regards,
Ivan