Skip to content

Extra 20px left margin applied to typedef'd return types #24655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sfackler opened this issue Apr 21, 2015 · 2 comments · Fixed by #25587
Closed

Extra 20px left margin applied to typedef'd return types #24655

sfackler opened this issue Apr 21, 2015 · 2 comments · Fixed by #25587
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

capture

http://sfackler.github.io/rust-postgres/doc/postgres/struct.Row.html

@sfackler sfackler added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Apr 21, 2015
@sfackler sfackler changed the title extra 20px left margin applied to typedef'd return types Extra 20px left margin applied to typedef'd return types Apr 21, 2015
@frewsxcv
Copy link
Member

Looks like it got added in 0a46933#diff-e0f884b85741a0964cc4b7722e0e6fadR351

@bluss
Copy link
Member

bluss commented May 18, 2015

I think using .content .impl-items > .type would fix it to only apply to associated types, not type aliases in other positions (return value)

bluss pushed a commit to bluss/rust that referenced this issue May 18, 2015
Fixes rust-lang#24655

Margin for associated types was applied to type aliases (in return
value) by mistake.
Manishearth added a commit to Manishearth/rust that referenced this issue May 19, 2015
…ichton

rustdoc: Fix left margin for type aliases

Fixes rust-lang#24655

Margin for associated types was applied to type aliases (in return
value) by mistake.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants