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

Use SliceIndex for str's Index/IndexMut impls #55683

Closed
wants to merge 3 commits into from

Commits on Nov 5, 2018

  1. Use SliceIndex for str's Index/IndexMut impls

    This was missed by accident when the initial implementation landed!
    
    Closes rust-lang#55603
    sfackler committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    55beec2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Remove custom unimplemented message for SliceIndex

    This is unfortunate but since the trait is used by both slices and
    strings it was already inaccurate.
    sfackler committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5492963 View commit details
    Browse the repository at this point in the history
  2. tidy

    sfackler committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    c2024ca View commit details
    Browse the repository at this point in the history