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

don't try to blame tuple fields for immutability #41108

Merged
merged 1 commit into from
Apr 7, 2017

Commits on Apr 6, 2017

  1. don't try to blame tuple fields for immutability

    Tuple fields don't have an `&T` in their declaration that can be changed
    to `&mut T` - skip them..
    
    Fixes rust-lang#41104.
    arielb1 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    95bd41e View commit details
    Browse the repository at this point in the history