-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Empty Implementors section in doc #86356
Copy link
Copy link
Open
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
On https://doc.rust-lang.org/nightly/std/marker/trait.Sized.html#implementors the Implementors section is empty. I believe it should be omitted entirely, however above on that doc page it says "All type parameters have an implicit bound of
Sized." so maybe it should say "All types implement this trait unless specified otherwise using?Sized." under that section? But that would kind of repeat the same information that we've already been given so maybe it's better to just omit it altogether.See also: this issue's Zulip topic.