Skip to content

iter: remove to_owned_vec #13090

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 23, 2014
Merged

iter: remove to_owned_vec #13090

merged 1 commit into from
Mar 23, 2014

Conversation

thestinger
Copy link
Contributor

This has been rendered obsolete by partial type hints. Since the ~[T]
type is in the process of being removed, it needs to go away.

@thestinger thestinger closed this Mar 22, 2014
@thestinger thestinger reopened this Mar 22, 2014
This needs to be removed as part of removing `~[T]`. Partial type hints
are now allowed, and will remove the need to add a version of this
method for `Vec<T>`. For now, this involves a few workarounds for
partial type hints not completely working.
bors added a commit that referenced this pull request Mar 23, 2014
This has been rendered obsolete by partial type hints. Since the `~[T]`
type is in the process of being removed, it needs to go away.
@bors bors closed this Mar 23, 2014
@bors bors merged commit ae42905 into rust-lang:master Mar 23, 2014
@thestinger thestinger deleted the iter branch March 26, 2014 00:04
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Aug 30, 2022
Do not substitute `Self` when in same impl block

Fix rust-lang#13076
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 25, 2024
[`unwrap_or_default`]: skip warning when calling inside of suggested method's implementation

fixes: rust-lang#10228

---

changelog: [`unwrap_or_default`]: skip warning when calling inside of suggested method's implementation
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants