-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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
See https://docs.rs/pest/1.0.0-beta.7/pest/enum.Error.html for example and a screenshot below
This happens on both Chrome and Firefox. The alignment between the [-] and the text is also off but it could be due to other CSS issues as the [+] is correctly aligned.
Metadata
Metadata
Assignees
Labels
T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.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
Projects
Milestone
Relationships
Development
Select code repository
Activity
steveklabnik commentedon Aug 30, 2017
Which version of
rustdoc
did you use to generate these docs?kennytm commentedon Aug 30, 2017
This should be fixed in #43862...
Keats commentedon Aug 30, 2017
Ah I only looked at the doc.rs output, I generated docs on nightly locally and it looks fine. On stable (1.19) the output is different but working as well.
Sorry for the noise!