Skip to content

Make entries binding immutable for &mut type #1006

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

Merged
merged 1 commit into from
Aug 24, 2017

Conversation

jtgeibel
Copy link
Member

It appears that the lint on nightly is more aggressive and it correctly
identifies that the entries binding itself is not mutated even though
the type is (and needs to be) &mut.

This will ensure that our builds don't break when nightly becomes
the new beta.

It appears that the lint on nightly is more aggressive and it correctly
identifies that the entries binding itself is not mutated even though
the type is (and needs to be) &mut.
@sgrif sgrif merged commit 79ec4a2 into rust-lang:master Aug 24, 2017
@jtgeibel jtgeibel deleted the fix-mut-lint-on-nightly branch August 26, 2017 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants