Skip to content
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

rustdoc: Fix hiding of private fields #13319

Merged
merged 1 commit into from
Apr 6, 2014

Conversation

alexcrichton
Copy link
Member

The calculation for whether a field is public or private was tweaked in #13184,
but I forgot to update rustdoc.

Closes #13310

The calculation for whether a field is public or private was tweaked in rust-lang#13184,
but I forgot to update rustdoc.

Closes rust-lang#13310
bors added a commit that referenced this pull request Apr 6, 2014
The calculation for whether a field is public or private was tweaked in #13184,
but I forgot to update rustdoc.

Closes #13310
@bors bors closed this Apr 6, 2014
@bors bors merged commit 2344c6c into rust-lang:master Apr 6, 2014
@alexcrichton alexcrichton deleted the rustdoc-fields branch April 6, 2014 16:49
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Oct 11, 2022
Fix requests not being retried anymore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustdoc no longer hides private struct fields
3 participants