-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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.
Description
Given this structure:
pub enum OldTopicRemoval {
Obsoleted {
old_merge: StagedTopic,
replacement: Option<StagedTopic>,
},
Removed(StagedTopic),
}
I'm seeing docs rendered as:
Which makes it look like Removed
is more closely related to the fields of Obsoleted
rather than on the same level. It'd be nice if the fields for the Obsoleted
variant fields were either indented somehow or collapsed with the description.
crumblingstatue, durka, estebank, TimNN, frewsxcv and 6 more
Metadata
Metadata
Assignees
Labels
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.