Skip to content

Conversation

steveklabnik
Copy link
Contributor

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
Contributor 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