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

Detect mutating arithmetic in integer_arithmetic restriction lint #4585

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

michaelsproul
Copy link
Contributor

changelog: detect mutating arithmetic (like +=) in integer_arithmetic restriction lint

@michaelsproul michaelsproul changed the title Detect mutating arithmetic in integer_arithmetic restriction lint Detect mutating arithmetic in integer_arithmetic restriction lint Sep 27, 2019
@llogiq
Copy link
Contributor

llogiq commented Sep 27, 2019

Thanks for making clippy better!

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 27, 2019

📌 Commit 4f9d6ee has been approved by llogiq

@bors
Copy link
Collaborator

bors commented Sep 27, 2019

⌛ Testing commit 4f9d6ee with merge f7d7456...

bors added a commit that referenced this pull request Sep 27, 2019
Detect mutating arithmetic in integer_arithmetic restriction lint

changelog: detect mutating arithmetic (like +=) in `integer_arithmetic` restriction lint
@bors
Copy link
Collaborator

bors commented Sep 27, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: llogiq
Pushing f7d7456 to master...

@bors bors merged commit 4f9d6ee into rust-lang:master Sep 27, 2019
@michaelsproul michaelsproul deleted the arith-assign-op branch September 27, 2019 05:31
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.

3 participants