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

Mention Vec::into_boxed_slice in documentation of [T]::into_vec #42151

Merged
merged 2 commits into from
May 23, 2017

Commits on May 22, 2017

  1. Mention Vec::into_boxed_slice in docs for [T]::into_vec.

    `Vec::into_boxed_slice` and `[T]::into_vec` are inverses, so it makes sense
    to mention the other in their respective documentation for visibility.
    `Vec::into_boxed_slice` already mentions `[T]::into_vec`, but not the other
    way around until now.
    Wallacoloo committed May 22, 2017
    Configuration menu
    Copy the full SHA
    78bdda1 View commit details
    Browse the repository at this point in the history
  2. Slice::into_vec: Don't link to Vec::into_boxed_slice

    The documentation for this method appears on multiple different pages,
    which causes the relative links to not always work.
    Wallacoloo committed May 22, 2017
    Configuration menu
    Copy the full SHA
    6e8e5c9 View commit details
    Browse the repository at this point in the history