Skip to content

Make note of doc duplication with reexports #22132

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
Feb 16, 2015

Conversation

steveklabnik
Copy link
Member

Fixes #16645

Fixing this in any deeper way will require an RFC, so let's just document the current behavior.

@rust-highfive
Copy link
Contributor

r? @pcwalton

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

the same documentation in both places.

In the standard library, this leads to much documentation that's shown in
both `std` and `core`, since `std` re-exports a lot of `core`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While true, this doesn't necessarily seem like it belongs in the docs. I would expect this to be more of a bug report then anything else.

@alexcrichton
Copy link
Member

This may also want to mention doc(no_inline)

@steveklabnik
Copy link
Member Author

@alexcrichton updated!

@alexcrichton
Copy link
Member

@bors: r+ ce22f30 rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Feb 14, 2015
Fixes rust-lang#16645

Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Feb 15, 2015
Fixes rust-lang#16645

Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 15, 2015
Fixes rust-lang#16645

Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
@bors bors merged commit ce22f30 into rust-lang:master Feb 16, 2015
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.

Document why std docs have many apparent duplicates
5 participants