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

Remove a pile of (mainly) internal ~[] uses #13425

Closed
wants to merge 6 commits into from

Conversation

huonw
Copy link
Member

@huonw huonw commented Apr 9, 2014

Remove a pile of (mainly) internal ~[] uses

A few of them are public like the changes in std::fmt::parse, but the majority are just implementation details.

huonw added 6 commits April 9, 2014 23:31
These are all private uses of ~[], so can easily & non-controversially
be replaced with Vec.
Replacing `~[]`. This also makes the `walk_dir` iterator use a `Vec`
internally.
Some straggling instances of `~[]` across a few different libs. Also,
remove some public ones from workcache.
@bors bors closed this in 0156af1 Apr 11, 2014
@huonw huonw deleted the general-devecing branch July 11, 2014 05:54
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.

4 participants