-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Conversation
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`. |
There was a problem hiding this comment.
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.
This may also want to mention |
13bc425
to
ce22f30
Compare
@alexcrichton updated! |
Fixes rust-lang#16645 Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
Fixes rust-lang#16645 Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
Fixes rust-lang#16645 Fixing this in any deeper way will require an RFC, so let's just document the current behavior.
Fixes #16645
Fixing this in any deeper way will require an RFC, so let's just document the current behavior.