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

suppress the eval_order_dependence lint in macro code #15

Merged
merged 1 commit into from
Oct 20, 2018

Conversation

oconnor663
Copy link
Contributor

This one triggers in callers when they run cargo clippy.

This one triggers in callers when they run `cargo clippy`.
@burdges
Copy link
Contributor

burdges commented Oct 16, 2018

Any idea how this triggers on a function with one argument? odd

@oconnor663
Copy link
Contributor Author

I think it's the local variable p. I'ts getting mutated by each element of the tuple.

@droundy droundy merged commit fd7f92b into droundy:master Oct 20, 2018
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