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

Add [T; N]: TryFrom<Vec<T>> (insta-stable) #76310

Merged
merged 3 commits into from
Sep 19, 2020

Commits on Sep 4, 2020

  1. Add [T; N]: TryFrom<Vec<T>>

    This is very similar to the existing `Box<[T; N]>: TryFrom<Box<[T]>>`, but allows avoiding the `shrink_to_fit` if you have a vector and not a boxed slice.
    scottmcm committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    6092828 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Nightly is currently 1.48

    scottmcm authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    2c8a4c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Typo fix

    Thanks, Amanieu
    
    Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
    scottmcm and Amanieu authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3d89ee9 View commit details
    Browse the repository at this point in the history