rustdoc no longer shows trait implementations in the documentation #5406
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone
This was caused by 387aa36 - rustdoc has an
is_visible
function that checks to see if items haveast::public
visibility and trait implementations don't. It needs to check if something is a trait implementation, and if so make it visible if the trait is public.Example: http://static.rust-lang.org/doc/std/treemap.html (no Map or Set impl shown)
The text was updated successfully, but these errors were encountered: