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

Docs for libstd's prelude.rs should mention what is reexported #6893

Closed
ghost opened this issue Jun 1, 2013 · 1 comment
Closed

Docs for libstd's prelude.rs should mention what is reexported #6893

ghost opened this issue Jun 1, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 1, 2013

Right now the only way to know what src/libstd/prelude.rs reexports is to visit the source directly. This should be mentioned in the docs.

In addition reexported modules could be highlighted on the modules list page for convenience.

@thestinger
Copy link
Contributor

Closing in favour of #5486 which is a more general solution. In incoming, there aren't actually re-exported modules anymore but the pub use statements that are there should really be listed.

flip1995 pushed a commit to flip1995/rust that referenced this issue Mar 25, 2021
…latten, r=llogiq

Fix false positive in `manual_flatten`

This pull request fixes false positive in `manual_flatten` in case using a slice of references .

closes: rust-lang#6893

changelog: fix false positive in `manual_flatten`
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

No branches or pull requests

1 participant