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

iter: remove to_owned_vec #13090

Merged
merged 1 commit into from
Mar 23, 2014
Merged

iter: remove to_owned_vec #13090

merged 1 commit into from
Mar 23, 2014

Commits on Mar 23, 2014

  1. iter: remove to_owned_vec

    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.
    thestinger committed Mar 23, 2014
    5 Configuration menu
    Copy the full SHA
    ae42905 View commit details
    Browse the repository at this point in the history