Skip to content

rustdoc: Fix a few issues with associated consts #42865

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

Merged
merged 1 commit into from
Jun 25, 2017

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Jun 23, 2017

  • Make sure private consts are stripped.
  • Don't show a code block for the value if there is none.
  • Make sure default values are shown in impls.
  • Make sure docs from the trait are used if the impl has no docs.

* Make sure private consts are stripped.
* Don't show a code block for the value if there is none.
* Make sure default values are shown in impls.
* Make sure docs from the trait are used if the impl has no docs.
@rust-highfive
Copy link
Contributor

r? @frewsxcv

(rust_highfive has picked a reviewer for you, use r? to override)

@frewsxcv frewsxcv assigned GuillaumeGomez and unassigned frewsxcv Jun 23, 2017
@frewsxcv frewsxcv added the T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue. label Jun 23, 2017
@Mark-Simulacrum Mark-Simulacrum added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 24, 2017
@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+

@bors
Copy link
Collaborator

bors commented Jun 25, 2017

📌 Commit 4488f9b has been approved by GuillaumeGomez

@bors
Copy link
Collaborator

bors commented Jun 25, 2017

⌛ Testing commit 4488f9b with merge e3b3a03...

bors added a commit that referenced this pull request Jun 25, 2017
rustdoc: Fix a few issues with associated consts

* Make sure private consts are stripped.
* Don't show a code block for the value if there is none.
* Make sure default values are shown in impls.
* Make sure docs from the trait are used if the impl has no docs.
@bors
Copy link
Collaborator

bors commented Jun 25, 2017

💔 Test failed - status-travis

@Mark-Simulacrum
Copy link
Member

@bors retry

os x timed out

@bors
Copy link
Collaborator

bors commented Jun 25, 2017

⌛ Testing commit 4488f9b with merge fc9ccfd...

bors added a commit that referenced this pull request Jun 25, 2017
rustdoc: Fix a few issues with associated consts

* Make sure private consts are stripped.
* Don't show a code block for the value if there is none.
* Make sure default values are shown in impls.
* Make sure docs from the trait are used if the impl has no docs.
@bors
Copy link
Collaborator

bors commented Jun 25, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: GuillaumeGomez
Pushing fc9ccfd to master...

@bors bors merged commit 4488f9b into rust-lang:master Jun 25, 2017
@ollie27 ollie27 deleted the rustdoc_assoc_consts branch June 25, 2017 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants