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

Refactor: Cleanup one part of assign_ops lint #3852

Merged
merged 2 commits into from Mar 9, 2019

Conversation

phansch
Copy link
Member

@phansch phansch commented Mar 7, 2019

Removes a lot of indentation and separates lint emission from lint
logic. Only touches the hir::ExprKind::AssignOp part of the lint.

@phansch phansch added the S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) label Mar 7, 2019
Removes a lot of indentation and separates lint emission from lint
logic. Only touches the `hir::ExprKind::AssignOp` part of the lint.
@phansch phansch added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties and removed S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) labels Mar 8, 2019
@flip1995
Copy link
Member

flip1995 commented Mar 9, 2019

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Mar 9, 2019

📌 Commit 9494f22 has been approved by flip1995

flip1995 added a commit to flip1995/rust-clippy that referenced this pull request Mar 9, 2019
Refactor: Cleanup one part of assign_ops lint

Removes a lot of indentation and separates lint emission from lint
logic. Only touches the `hir::ExprKind::AssignOp` part of the lint.
bors added a commit that referenced this pull request Mar 9, 2019
Rollup of 3 pull requests

Successful merges:

 - #3851 (Refactor: Extract `trait_ref_of_method` function)
 - #3852 (Refactor: Cleanup one part of assign_ops lint)
 - #3857 (Document match_path, improve match_qpath docs)

Failed merges:

r? @ghost
@bors bors merged commit 9494f22 into rust-lang:master Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants