-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Vec belongs in std::collections #34943
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
Comments
I don't think this is worth it. Vec would be duplicated in the rustdocs and the public API. It's already in the prelude. |
notriddle
added a commit
to notriddle/rust
that referenced
this issue
Jul 21, 2016
Tracking issue: rust-lang#34943
The old location can be deprecated, or even hidden, in the documentation. |
Closing per #34944. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is a collection, so there's really no reason for it to be separated like that.
The text was updated successfully, but these errors were encountered: