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

Convert vector functions to methods, part 2 #7487

Merged
merged 9 commits into from
Jul 1, 2013
Merged

Conversation

huonw
Copy link
Member

@huonw huonw commented Jun 29, 2013

Continuation of #7430.

I haven't removed the map method, since the replacement v.iter().transform(f).collect::<~[SomeType]>() is a little ridiculous at the moment.

@thestinger
Copy link
Contributor

@huonw: needs to be rebased already

bors added a commit that referenced this pull request Jul 1, 2013
Continuation of #7430.

I haven't removed the `map` method, since the replacement `v.iter().transform(f).collect::<~[SomeType]>()` is a little ridiculous at the moment.
@bors bors merged commit c0a20d2 into rust-lang:master Jul 1, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 3, 2021
…teffen

redundant_allocation: fix 7487

Fixes rust-lang#7487

changelog: [`redundant_allocation`] - allow `Box<Box<dyn T>>` which replaces wide pointers with thin pointers
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