Closed
Description
If we visit a page such as: https://doc.rust-lang.org/nightly/std/convert/trait.From.html
we will see "Show type declaration" when folding of the declaration is done.
However, From
is a trait and not a type, so the documentation is potentially misleading or confusing.
I propose two alternatives to address this problem:
-
Remove "type" and only say "Show declaration"; This removes information when you actually land on the documentation of a type.
-
Say "Show trait declaration" instead when it is a trait.