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

Revert "Modules are either public, or private, so private modules should... #13173

Merged
merged 1 commit into from
Mar 28, 2014

Conversation

alexcrichton
Copy link
Member

... be stripped out"

This reverts commit 7180b5d.

We don't particularly need this, I've never seen it clutter up the docs, it just seemed nice at the time. Sadly it caused a regression for reexported methods.

Closes #13091

bors added a commit that referenced this pull request Mar 28, 2014
... be stripped out"

This reverts commit 7180b5d.

We don't particularly need this, I've never seen it clutter up the docs, it just seemed nice at the time. Sadly it caused a regression for reexported methods.

Closes #13091
@bors bors closed this Mar 28, 2014
@bors bors merged commit 940bfb2 into rust-lang:master Mar 28, 2014
@alexcrichton alexcrichton deleted the rustdoc-mods branch March 28, 2014 07:14
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Sep 6, 2022
Don't store SyntheticSyntax in the reverse maps in BodySourceMap

They are ZSTs which we can just create on missing access instead.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 8, 2024
Misc changes to `clippy_config`

Contains part of rust-lang#13084

Changes include:
* Sort config list and each configs lint list.
* Add default text for the two configs that were missing it.
* Switch the lint list in the configs to an attribute.
* Make `dev fmt` sort the config list.

r? `@xFrednet`

changelog: none
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.

Documentation for reexported types missing all impls
4 participants