Skip to content

Rename container to collections #14709

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 2 commits into from
Jun 9, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This is mostly just a cosmetic change, continuing the work from #14333.

Also renames the `Container` trait to `Collection`.

[breaking-change]
This commit moves Mutable, Map, MutableMap, Set, and MutableSet from
`core::collections` to the `collections` crate at the top-level. Additionally,
this removes the `deque` module and moves the `Deque` trait to only being
available at the top-level of the collections crate.

All functionality continues to be reexported through `std::collections`.

[breaking-change]
bors added a commit that referenced this pull request Jun 9, 2014
This is mostly just a cosmetic change, continuing the work from #14333.
@bors bors closed this Jun 9, 2014
@bors bors merged commit da07039 into rust-lang:master Jun 9, 2014
@alexcrichton alexcrichton deleted the collections branch June 9, 2014 16:20
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.

3 participants