Skip to content

Improve std::collections #35551

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

Closed
RustPowers opened this issue Aug 9, 2016 · 2 comments
Closed

Improve std::collections #35551

RustPowers opened this issue Aug 9, 2016 · 2 comments

Comments

@RustPowers
Copy link

  1. Move std::vec to the module std::collections. Why? He's taken out of context. Directly hardly anyone uses std::vec module. In addition, the Vec object is re-exported with std::preluge, so the breaking is small.
  2. Remove re-exports in std::collections and add std::collections::preluge. (Similar to the module std::io::preluge)
@apasel422
Copy link
Contributor

  1. Please see Put Vec in with the rest of the collections #34944.
  2. Removing the re-exports would be a breaking change.

@brson
Copy link
Contributor

brson commented Aug 12, 2016

Thanks for the report but these changes have been discussed before and are not going to be made.

@brson brson closed this as completed Aug 12, 2016
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

3 participants